Skip to content

Commit

Permalink
Put in 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 c563afa commit 1271cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GoogleToolboxForMac.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Pod::Spec.new do |s|
to developers working on iOS or OS X projects.
DESC

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

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

0 comments on commit 1271cee

Please sign in to comment.