Skip to content

Commit 19d7f2c

Browse files
authored
chore: update snippets and tutorials for 9.0.0 (#205)
1 parent 21b518b commit 19d7f2c

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

snippets/MapsSnippets/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

33
target 'MapsSnippets' do
4-
platform :ios, '14.0'
5-
pod 'GoogleMaps', '8.4.0'
4+
platform :ios, '15.0'
5+
pod 'GoogleMaps', '9.0.0'
66
end

snippets/MapsUtilsSnippets/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ use_frameworks!
44

55
target 'MapsUtilsSnippets' do
66
platform :ios, '14.0'
7-
pod 'GoogleMaps', '8.0.0'
8-
pod 'Google-Maps-iOS-Utils', '4.1.0'
7+
pod 'GoogleMaps', '7.4.0'
8+
pod 'Google-Maps-iOS-Utils', '4.2.2'
99
end

snippets/PlacesSnippets/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

33
target 'PlacesSnippets' do
4-
platform :ios, '14.0'
5-
pod 'GooglePlaces', '8.5.0'
6-
pod 'GoogleMaps', '8.4.0'
4+
platform :ios, '15.0'
5+
pod 'GooglePlaces', '9.0.0'
6+
pod 'GoogleMaps', '9.0.0'
77
end

snippets/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

3-
platform :ios, '14.0'
3+
platform :ios, '15.0'
44

55
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
6-
pod 'GoogleMaps', '8.4.0'
6+
pod 'GoogleMaps', '9.0.0'
77
end
88

99
source 'https://github.com/CocoaPods/Specs.git'
1010

11-
platform :ios, '14.0'
11+
platform :ios, '15.0'
1212

1313
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
14-
pod 'GooglePlaces', '8.5.0'
14+
pod 'GooglePlaces', '9.0.0'
1515
end
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
target 'current-place-on-map' do
3-
platform :ios, '14.0'
4-
pod 'GoogleMaps', '8.4.0'
5-
pod 'GooglePlaces', '8.5.0'
3+
platform :ios, '15.0'
4+
pod 'GoogleMaps', '9.0.0'
5+
pod 'GooglePlaces', '9.0.0'
66
end

tutorials/map-with-marker/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
target 'map-with-marker' do
3-
platform :ios, '14.0'
4-
pod 'GoogleMaps', '8.4.0'
3+
platform :ios, '15.0'
4+
pod 'GoogleMaps', '9.0.0'
55
end
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
target 'places-address-form' do
3-
platform :ios, '14.0'
4-
pod 'GooglePlaces', '8.5.0'
3+
platform :ios, '15.0'
4+
pod 'GooglePlaces', '9.0.0'
55
end

0 commit comments

Comments
 (0)