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 a0fc38b commit 44613caCopy full SHA for 44613ca
snippets/Podfile
@@ -1,14 +1,14 @@
1
# [START maps_ios_get_started_install_podfile]
2
source 'https://github.com/CocoaPods/Specs.git'
3
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
4
- pod 'GoogleMaps', '4.0.0'
5
- pod 'GooglePlaces', '4.0.0'
+ pod 'GoogleMaps', '4.1.0'
+ pod 'GooglePlaces', '4.1.0'
6
end
7
# [END maps_ios_get_started_install_podfile]
8
9
# [START maps_ios_places_get_started_install_podfile]
10
11
12
13
14
-# [END maps_ios_get_started_install_podfile]
+# [END maps_ios_places_get_started_install_podfile]
0 commit comments