File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
3
3
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'
6
6
end
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ use_frameworks!
4
4
5
5
target 'MapsUtilsSnippets' do
6
6
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 '
9
9
end
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
3
3
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'
7
7
end
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
3
- platform :ios , '14 .0'
3
+ platform :ios , '15 .0'
4
4
5
5
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
6
- pod 'GoogleMaps' , '8.4 .0'
6
+ pod 'GoogleMaps' , '9.0 .0'
7
7
end
8
8
9
9
source 'https://github.com/CocoaPods/Specs.git'
10
10
11
- platform :ios , '14 .0'
11
+ platform :ios , '15 .0'
12
12
13
13
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
14
- pod 'GooglePlaces' , '8.5 .0'
14
+ pod 'GooglePlaces' , '9.0 .0'
15
15
end
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
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'
6
6
end
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
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'
5
5
end
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
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'
5
5
end
You can’t perform that action at this time.
0 commit comments