Skip to content

Commit

Permalink
Merge pull request #71 from florianbuerger/master
Browse files Browse the repository at this point in the history
Expose tvOS support for CocoaPods
  • Loading branch information
eliperkins authored Jun 20, 2018
2 parents 26f79d1 + dcb5f94 commit dd55c24
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 = 'Sources/DVR/*.{swift}'
Expand Down

0 comments on commit dd55c24

Please sign in to comment.