File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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" == 5.2 .0
2+ binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.0 .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" == 5.1 .0
6+ binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.0 .0
77# [END maps_ios_places_get_started_install_carthage]
Original file line number Diff line number Diff line change 11# [START maps_ios_get_started_install_podfile]
22source 'https://github.com/CocoaPods/Specs.git'
33target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
4- pod 'GoogleMaps' , '5.2 .0'
4+ pod 'GoogleMaps' , '6.0 .0'
55end
66# [END maps_ios_get_started_install_podfile]
77
88# [START maps_ios_places_get_started_install_podfile]
99source 'https://github.com/CocoaPods/Specs.git'
1010target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
11- pod 'GooglePlaces' , '5.1 .0'
11+ pod 'GooglePlaces' , '6.0 .0'
1212end
1313# [END maps_ios_places_get_started_install_podfile]
You can’t perform that action at this time.
0 commit comments