Skip to content

Commit

Permalink
Merge pull request #174 from BoltsFramework/nlutsenko.tvos
Browse files Browse the repository at this point in the history
Add tvOS to the list of supported platforms in podspec.
  • Loading branch information
nlutsenko committed Oct 22, 2015
2 parents 0e46767 + 4d109ac commit 55c20ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Bolts.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.subspec 'Tasks' do |ss|
ss.ios.source_files = 'Bolts/Common/*.[hm]'
Expand All @@ -30,6 +31,9 @@ Pod::Spec.new do |s|

ss.watchos.source_files = 'Bolts/Common/*.[hm]'
ss.watchos.public_header_files = 'Bolts/Common/*.h'

ss.tvos.source_files = 'Bolts/Common/*.[hm]'
ss.tvos.public_header_files = 'Bolts/Common/*.h'
end

s.subspec 'AppLinks' do |ss|
Expand Down

0 comments on commit 55c20ed

Please sign in to comment.