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 5cd6e0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion GoogleToolboxForMac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleToolboxForMac'
s.version = '4.2.0'
s.version = '4.2.1'
s.author = 'Google Inc.'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/google-toolbox-for-mac'
Expand All @@ -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
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "google_toolbox_for_mac",
version = "4.2.0",
version = "4.2.1",
compatibility_level = 0,
)

Expand Down

0 comments on commit 5cd6e0a

Please sign in to comment.