Skip to content

Commit

Permalink
chore: update snippets and tutorials for 9.0.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Jul 29, 2024
1 parent 21b518b commit 19d7f2c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions snippets/MapsSnippets/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions snippets/MapsUtilsSnippets/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions snippets/PlacesSnippets/Podfile
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions snippets/Podfile
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions tutorials/current-place-on-map/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tutorials/map-with-marker/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tutorials/places-address-form/Podfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 19d7f2c

Please sign in to comment.