diff --git a/snippets/MapsSnippets/Podfile b/snippets/MapsSnippets/Podfile index 84350a49..58370f47 100644 --- a/snippets/MapsSnippets/Podfile +++ b/snippets/MapsSnippets/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' target 'MapsSnippets' do - platform :ios, '14.0' - pod 'GoogleMaps', '8.4.0' + platform :ios, '15.0' + pod 'GoogleMaps', '9.0.0' end diff --git a/snippets/MapsUtilsSnippets/Podfile b/snippets/MapsUtilsSnippets/Podfile index 269d8276..fafbc54f 100644 --- a/snippets/MapsUtilsSnippets/Podfile +++ b/snippets/MapsUtilsSnippets/Podfile @@ -4,6 +4,6 @@ use_frameworks! target 'MapsUtilsSnippets' do platform :ios, '14.0' - pod 'GoogleMaps', '8.0.0' - pod 'Google-Maps-iOS-Utils', '4.1.0' + pod 'GoogleMaps', '7.4.0' + pod 'Google-Maps-iOS-Utils', '4.2.2' end diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index f8103697..1807c039 100644 --- a/snippets/PlacesSnippets/Podfile +++ b/snippets/PlacesSnippets/Podfile @@ -1,7 +1,7 @@ source 'https://github.com/CocoaPods/Specs.git' target 'PlacesSnippets' do - platform :ios, '14.0' - pod 'GooglePlaces', '8.5.0' - pod 'GoogleMaps', '8.4.0' + platform :ios, '15.0' + pod 'GooglePlaces', '9.0.0' + pod 'GoogleMaps', '9.0.0' end diff --git a/snippets/Podfile b/snippets/Podfile index e1f490c6..3520f551 100644 --- a/snippets/Podfile +++ b/snippets/Podfile @@ -1,15 +1,15 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '14.0' +platform :ios, '15.0' target 'YOUR_APPLICATION_TARGET_NAME_HERE' do - pod 'GoogleMaps', '8.4.0' + pod 'GoogleMaps', '9.0.0' end source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '14.0' +platform :ios, '15.0' target 'YOUR_APPLICATION_TARGET_NAME_HERE' do - pod 'GooglePlaces', '8.5.0' + pod 'GooglePlaces', '9.0.0' end diff --git a/tutorials/current-place-on-map/Podfile b/tutorials/current-place-on-map/Podfile index bbff50b5..1a517970 100644 --- a/tutorials/current-place-on-map/Podfile +++ b/tutorials/current-place-on-map/Podfile @@ -1,6 +1,6 @@ source 'https://github.com/CocoaPods/Specs.git' target 'current-place-on-map' do - platform :ios, '14.0' - pod 'GoogleMaps', '8.4.0' - pod 'GooglePlaces', '8.5.0' + platform :ios, '15.0' + pod 'GoogleMaps', '9.0.0' + pod 'GooglePlaces', '9.0.0' end diff --git a/tutorials/map-with-marker/Podfile b/tutorials/map-with-marker/Podfile index 339591ab..d453c9f0 100644 --- a/tutorials/map-with-marker/Podfile +++ b/tutorials/map-with-marker/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' target 'map-with-marker' do - platform :ios, '14.0' - pod 'GoogleMaps', '8.4.0' + platform :ios, '15.0' + pod 'GoogleMaps', '9.0.0' end diff --git a/tutorials/places-address-form/Podfile b/tutorials/places-address-form/Podfile index 9f288871..9130037f 100644 --- a/tutorials/places-address-form/Podfile +++ b/tutorials/places-address-form/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' target 'places-address-form' do - platform :ios, '14.0' - pod 'GooglePlaces', '8.5.0' + platform :ios, '15.0' + pod 'GooglePlaces', '9.0.0' end