From 9da6d862ab761e11e576ac6a69085a0d5054dbe8 Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Mon, 11 Nov 2024 09:44:48 -0800 Subject: [PATCH] Update Podfile Update podfile to version 9.2.0 --- snippets/PlacesSnippets/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 3790aba1..7a2e9ae9 100644 --- a/snippets/PlacesSnippets/Podfile +++ b/snippets/PlacesSnippets/Podfile @@ -2,6 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git' target 'PlacesSnippets' do platform :ios, '15.0' - pod 'GooglePlaces', '9.1.0' - pod 'GoogleMaps', '9.1.0' + pod 'GooglePlaces', '9.2.0' + pod 'GoogleMaps', '9.2.0' end