Skip to content

Commit 20e7631

Browse files
committed
Breaking change: Raise min versions.
Adopt the new min versions from Firebase: https://firebase.google.com/support/release-notes/ios#version_1100_-_july_30_2024 Raise the major version for the next release because of this.
1 parent 41a8597 commit 20e7631

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GoogleToolboxForMac.podspec

Lines changed: 4 additions & 4 deletions
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.1'
3+
s.version = '5.0.0'
44
s.author = 'Google Inc.'
55
s.license = { :type => 'Apache', :file => 'LICENSE' }
66
s.homepage = 'https://github.com/google/google-toolbox-for-mac'
@@ -16,9 +16,9 @@ Pod::Spec.new do |s|
1616
# bundle for the privacy manifest.
1717
s.cocoapods_version = '>= 1.12.0'
1818

19-
osx_deployment_target = '10.12'
20-
ios_deployment_target = '10.0'
21-
tvos_deployment_target = '10.0'
19+
osx_deployment_target = '10.15'
20+
ios_deployment_target = '13.0'
21+
tvos_deployment_target = '13.0'
2222

2323
s.osx.deployment_target = osx_deployment_target
2424
s.ios.deployment_target = ios_deployment_target

0 commit comments

Comments
 (0)