Skip to content

Commit 8b200e6

Browse files
committed
Add a cocoapods_version requirement.
1 parent 80e6cf4 commit 8b200e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GoogleAPIClientForREST'
3-
s.version = '3.5.0'
3+
s.version = '3.5.1'
44
s.author = 'Google Inc.'
55
s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest'
66
s.license = { :type => 'Apache', :file => 'LICENSE' }
@@ -15,6 +15,10 @@ Pod::Spec.new do |s|
1515
This version can be used with iOS ≥ 10.0, OS X ≥ 10.12, tvOS ≥ 10.0, watchOS ≥ 6.0.
1616
DESC
1717

18+
# Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource
19+
# bundle for the privacy manifest.
20+
s.cocoapods_version = '>= 1.12.0'
21+
1822
ios_deployment_target = '10.0'
1923
osx_deployment_target = '10.12'
2024
tvos_deployment_target = '10.0'

0 commit comments

Comments
 (0)