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 14bf1e5 commit 3d5bb9bCopy full SHA for 3d5bb9b
snippets/Cartfile
@@ -1,5 +1,5 @@
1
// [START maps_ios_get_started_install_carthage]
2
-binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.1.0
+binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.2.0
3
// [END maps_ios_get_started_install_carthage]
4
5
// [START maps_ios_places_get_started_install_carthage]
snippets/Podfile
@@ -1,7 +1,7 @@
# [START maps_ios_get_started_install_podfile]
source 'https://github.com/CocoaPods/Specs.git'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
- pod 'GoogleMaps', '5.1.0'
+ pod 'GoogleMaps', '5.2.0'
end
6
# [END maps_ios_get_started_install_podfile]
7
0 commit comments