Skip to content

Commit

Permalink
Add support for tvOS in podspec (google#40)
Browse files Browse the repository at this point in the history
* Add support for tvOS in podspec
* Bump podspec version number to 1.1.2
  • Loading branch information
0xced authored and thomasvl committed Apr 21, 2016
1 parent a5c0a74 commit 5bb10dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GTMSessionFetcher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# to import GTMSessionFetcher via the CocoaPods dependency Manager.
Pod::Spec.new do |s|
s.name = 'GTMSessionFetcher'
s.version = '1.1.1'
s.version = '1.1.2'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/gtm-session-fetcher'
Expand All @@ -19,6 +19,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.tvos.deployment_target = '9.0'

s.default_subspec = 'Full'

Expand Down

0 comments on commit 5bb10dc

Please sign in to comment.