We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a8597 commit 20e7631Copy full SHA for 20e7631
GoogleToolboxForMac.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'GoogleToolboxForMac'
3
- s.version = '4.2.1'
+ s.version = '5.0.0'
4
s.author = 'Google Inc.'
5
s.license = { :type => 'Apache', :file => 'LICENSE' }
6
s.homepage = 'https://github.com/google/google-toolbox-for-mac'
@@ -16,9 +16,9 @@ Pod::Spec.new do |s|
16
# bundle for the privacy manifest.
17
s.cocoapods_version = '>= 1.12.0'
18
19
- osx_deployment_target = '10.12'
20
- ios_deployment_target = '10.0'
21
- tvos_deployment_target = '10.0'
+ osx_deployment_target = '10.15'
+ ios_deployment_target = '13.0'
+ tvos_deployment_target = '13.0'
22
23
s.osx.deployment_target = osx_deployment_target
24
s.ios.deployment_target = ios_deployment_target
0 commit comments