Skip to content

Commit

Permalink
Expose tvOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbuerger committed Aug 10, 2017
1 parent e896aa5 commit dcb5f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DVR.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ DVR.Session is a subclass of NSURLSession so you can use it as a drop in replace
tag: "v#{s.version}" }

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.10'

s.source_files = 'DVR/*.{swift}'
Expand Down

0 comments on commit dcb5f94

Please sign in to comment.