Skip to content

Commit

Permalink
Breaking change: Raise min versions.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thomasvl committed Sep 26, 2024
1 parent 41a8597 commit 20e7631
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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.1'
s.version = '5.0.0'
s.author = 'Google Inc.'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/google-toolbox-for-mac'
Expand All @@ -16,9 +16,9 @@ Pod::Spec.new do |s|
# 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'
osx_deployment_target = '10.15'
ios_deployment_target = '13.0'
tvos_deployment_target = '13.0'

s.osx.deployment_target = osx_deployment_target
s.ios.deployment_target = ios_deployment_target
Expand Down

0 comments on commit 20e7631

Please sign in to comment.