From 5bb10dc2e05a230d0fdf8641a6524de1278b2657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Luthi?= Date: Thu, 21 Apr 2016 18:38:37 +0200 Subject: [PATCH] Add support for tvOS in podspec (#40) * Add support for tvOS in podspec * Bump podspec version number to 1.1.2 --- GTMSessionFetcher.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GTMSessionFetcher.podspec b/GTMSessionFetcher.podspec index 2417a25d..02f68ca1 100644 --- a/GTMSessionFetcher.podspec +++ b/GTMSessionFetcher.podspec @@ -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' @@ -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'