Skip to content

Commit

Permalink
Add tvOS as a deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
hamchapman committed Jul 14, 2016
1 parent 88274a5 commit d84044d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libPusher.podspec
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'

s.subspec 'Core' do |subspec|
subspec.dependency 'SocketRocket', '0.5.1'
Expand Down

0 comments on commit d84044d

Please sign in to comment.