Skip to content

Commit

Permalink
Update podspec for watchos.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Sep 27, 2017
1 parent cbfcc28 commit ba8384b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Pod::Spec.new do |s|
framework for accessing JSON REST APIs. This is the recommended library
for accessing JSON-based Google APIs for iOS, OS X, and tvOS applications.
This version can be used with iOS ≥ 7.0, OS X ≥ 10.9, tvOS ≥ 9.0.
This version can be used with iOS ≥ 7.0, OS X ≥ 10.9, tvOS ≥ 9.0, watchOS ≥ 2.0.
DESC

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

# Require at least 1.1.7 of the SessionFetcher for some changes in that
# project's headers.
Expand Down

0 comments on commit ba8384b

Please sign in to comment.