File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11# [START maps_ios_get_started_install_carthage]
2- binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.1.1
2+ binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.2.0
33# [END maps_ios_get_started_install_carthage]
44
55# [START maps_ios_places_get_started_install_carthage]
6- binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.1.1
6+ binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.2.0
77# [END maps_ios_places_get_started_install_carthage]
Original file line number Diff line number Diff line change 11# [START maps_ios_xcframework_get_started_install_carthage]
2- binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.1.1 -beta
2+ binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.2.0 -beta
33# [END maps_ios_xcframework_get_started_install_carthage]
44
55# [START maps_ios_places_xcframework_get_started_install_carthage]
6- binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.1.1 -beta
6+ binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.2.0 -beta
77# [END maps_ios_places_xcframework_get_started_install_carthage]
88
99
Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22
33target 'MapsBetaSnippets' do
4- platform :ios , '10 .0'
5- pod 'GoogleMaps' , '= 3.10 .0-beta1 '
4+ platform :ios , '12 .0'
5+ pod 'GoogleMaps' , '= 6.2 .0-beta '
66end
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22
33target 'MapsSnippets' do
44 platform :ios , '12.0'
5- pod 'GoogleMaps' , '6.0.1 '
5+ pod 'GoogleMaps' , '6.2.0 '
66end
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33use_frameworks!
44
55target 'MapsUtilsSnippets' do
6- platform :ios , '10 .0'
7- pod 'GoogleMaps' , '4.0 .0'
8- pod 'Google-Maps-iOS-Utils' , '3.4 .0'
6+ platform :ios , '12 .0'
7+ pod 'GoogleMaps' , '6.2 .0'
8+ pod 'Google-Maps-iOS-Utils' , '4.1 .0'
99end
Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22
33target 'PlacesSnippets' do
4- platform :ios , '10 .0'
5- pod 'GooglePlaces' , '4.0 .0'
6- pod 'GoogleMaps' , '4.0 .0'
4+ platform :ios , '12 .0'
5+ pod 'GooglePlaces' , '6.2 .0'
6+ pod 'GoogleMaps' , '6.2 .0'
77end
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
44platform :ios , '12.0'
55
66target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
7- pod 'GoogleMaps' , '6.1.1 '
7+ pod 'GoogleMaps' , '6.2.0 '
88end
99# [END maps_ios_get_started_install_podfile]
1010
@@ -14,6 +14,6 @@ source 'https://github.com/CocoaPods/Specs.git'
1414platform :ios , '12.0'
1515
1616target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
17- pod 'GooglePlaces' , '6.1.1 '
17+ pod 'GooglePlaces' , '6.2.0 '
1818end
1919# [END maps_ios_places_get_started_install_podfile]
You can’t perform that action at this time.
0 commit comments