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 a1b1fbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 a1b1fbc

Please sign in to comment.