Skip to content

Commit d1b4c31

Browse files
committed
Put in a cocoapods_version requirement.
1 parent c563afa commit d1b4c31

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

GoogleToolboxForMac.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 = 'GoogleToolboxForMac'
3-
s.version = '4.2.0'
3+
s.version = '4.2.1'
44
s.author = 'Google Inc.'
55
s.license = { :type => 'Apache', :file => 'LICENSE' }
66
s.homepage = 'https://github.com/google/google-toolbox-for-mac'
@@ -12,6 +12,10 @@ Pod::Spec.new do |s|
1212
to developers working on iOS or OS X projects.
1313
DESC
1414

15+
# Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource
16+
# bundle for the privacy manifest.
17+
s.cocoapods_version = '>= 1.12.0'
18+
1519
osx_deployment_target = '10.12'
1620
ios_deployment_target = '10.0'
1721
tvos_deployment_target = '10.0'

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "google_toolbox_for_mac",
3-
version = "4.2.0",
3+
version = "4.2.1",
44
compatibility_level = 0,
55
)
66

0 commit comments

Comments
 (0)