Skip to content

Commit ba8384b

Browse files
committed
Update podspec for watchos.
1 parent cbfcc28 commit ba8384b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ Pod::Spec.new do |s|
1212
framework for accessing JSON REST APIs. This is the recommended library
1313
for accessing JSON-based Google APIs for iOS, OS X, and tvOS applications.
1414
15-
This version can be used with iOS ≥ 7.0, OS X ≥ 10.9, tvOS ≥ 9.0.
15+
This version can be used with iOS ≥ 7.0, OS X ≥ 10.9, tvOS ≥ 9.0, watchOS ≥ 2.0.
1616
DESC
17+
1718
s.ios.deployment_target = '7.0'
1819
s.osx.deployment_target = '10.9'
1920
s.tvos.deployment_target = '9.0'
21+
s.watchos.deployment_target = '2.0'
2022

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

0 commit comments

Comments
 (0)