diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 48233c62..5f6a9c64 100644 --- a/snippets/PlacesSnippets/Podfile +++ b/snippets/PlacesSnippets/Podfile @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/' target 'PlacesSnippets' do platform :ios, '15.0' - pod 'GooglePlaces', '9.2.0' - pod 'GoogleMaps', '9.2.0' -end \ No newline at end of file + pod 'GooglePlaces', '10.0.0' + pod 'GoogleMaps', '10.0.0' +end