Skip to content

Commit

Permalink
Merge pull request #7 from zenangst/feature/tvOS
Browse files Browse the repository at this point in the history
Update podspec to support tvOS
  • Loading branch information
vadymmarkov committed May 14, 2016
2 parents 98d63aa + 0d4396f commit 822ae1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions When.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Pod::Spec.new do |s|

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

s.requires_arc = true
s.ios.source_files = 'Sources/**/*'
s.tvos.source_files = 'Sources/**/*'
s.osx.source_files = 'Sources/**/*'

s.frameworks = 'Foundation'
Expand Down

0 comments on commit 822ae1f

Please sign in to comment.