Skip to content

Commit

Permalink
Adding watchOS to the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocampama committed Jul 10, 2017
1 parent a9fb748 commit c9d4584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.10'
s.version = '1.1.11'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/gtm-session-fetcher'
Expand All @@ -20,6 +20,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.watchos.deployment_target = '2.0'

s.default_subspec = 'Full'

Expand Down
4 changes: 2 additions & 2 deletions Source/GTMSessionFetcherCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.1.10;
CURRENT_PROJECT_VERSION = 1.1.11;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand Down Expand Up @@ -1184,7 +1184,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.1.10;
CURRENT_PROJECT_VERSION = 1.1.11;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit c9d4584

Please sign in to comment.