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 603c96d commit 4aa84edCopy full SHA for 4aa84ed
snippets/Podfile
@@ -3,13 +3,13 @@ source 'https://github.com/CocoaPods/Specs.git'
3
platform :ios, '15.0'
4
5
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
6
- pod 'GoogleMaps', '9.0.0'
+ pod 'GoogleMaps', '9.1.0'
7
end
8
9
source 'https://github.com/CocoaPods/Specs.git'
10
11
12
13
14
- pod 'GooglePlaces', '9.0.0'
+ pod 'GooglePlaces', '9.1.0'
15
0 commit comments