diff --git a/snippets/Podfile b/snippets/Podfile index 2b7b65d2..46758795 100644 --- a/snippets/Podfile +++ b/snippets/Podfile @@ -3,7 +3,7 @@ source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'YOUR_APPLICATION_TARGET_NAME_HERE' do - pod 'GoogleMaps', '9.2.0' + pod 'GoogleMaps', '10.0.0' end source 'https://cdn.cocoapods.org/' @@ -11,5 +11,5 @@ source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'YOUR_APPLICATION_TARGET_NAME_HERE' do - pod 'GooglePlaces', '9.2.0' + pod 'GooglePlaces', '10.0.0' end