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 db9e92b commit fd80c19Copy full SHA for fd80c19
snippets/Cartfile
@@ -3,5 +3,5 @@ binary "https://dl.google.com/geosdk/GoogleMaps.json" == 5.1.0
3
// [END maps_ios_get_started_install_carthage]
4
5
// [START maps_ios_places_get_started_install_carthage]
6
-binary "https://dl.google.com/geosdk/GooglePlaces.json" == 5.0.0
+binary "https://dl.google.com/geosdk/GooglePlaces.json" == 5.1.0
7
// [END maps_ios_places_get_started_install_carthage]
snippets/Podfile
@@ -8,6 +8,6 @@ end
8
# [START maps_ios_places_get_started_install_podfile]
9
source 'https://github.com/CocoaPods/Specs.git'
10
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
11
- pod 'GooglePlaces', '5.0.0'
+ pod 'GooglePlaces', '5.1.0'
12
end
13
# [END maps_ios_places_get_started_install_podfile]
0 commit comments