File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff line change 11module (
22 name = "google_toolbox_for_mac" ,
3- version = "4.2.0 " ,
3+ version = "4.2.1 " ,
44 compatibility_level = 0 ,
55)
66
You can’t perform that action at this time.
0 commit comments