Skip to content

Commit

Permalink
Add a cocoapods_version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jan 26, 2024
1 parent 80e6cf4 commit 8b200e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleAPIClientForREST'
s.version = '3.5.0'
s.version = '3.5.1'
s.author = 'Google Inc.'
s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest'
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand All @@ -15,6 +15,10 @@ Pod::Spec.new do |s|
This version can be used with iOS ≥ 10.0, OS X ≥ 10.12, tvOS ≥ 10.0, watchOS ≥ 6.0.
DESC

# Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource
# bundle for the privacy manifest.
s.cocoapods_version = '>= 1.12.0'

ios_deployment_target = '10.0'
osx_deployment_target = '10.12'
tvos_deployment_target = '10.0'
Expand Down

0 comments on commit 8b200e6

Please sign in to comment.