File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22
33target 'MapsSnippets' do
4- platform :ios , '12 .0'
5- pod 'GoogleMaps' , '6.2.1 '
4+ platform :ios , '13 .0'
5+ pod 'GoogleMaps' , '7.0.0 '
66end
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33use_frameworks!
44
55target 'MapsUtilsSnippets' do
6- platform :ios , '12 .0'
7- pod 'GoogleMaps' , '6.2.1 '
6+ platform :ios , '13 .0'
7+ pod 'GoogleMaps' , '7.0.0 '
88 pod 'Google-Maps-iOS-Utils' , '4.1.0'
99end
Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22
33target 'PlacesSnippets' do
4- platform :ios , '12 .0'
5- pod 'GooglePlaces' , '6.2.1 '
6- pod 'GoogleMaps' , '6.2.1 '
4+ platform :ios , '13 .0'
5+ pod 'GooglePlaces' , '7.0.0 '
6+ pod 'GoogleMaps' , '7.0.0 '
77end
Original file line number Diff line number Diff line change 11# [START maps_ios_get_started_install_podfile]
22source 'https://github.com/CocoaPods/Specs.git'
33
4- platform :ios , '12 .0'
4+ platform :ios , '13 .0'
55
66target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
7- pod 'GoogleMaps' , '6.2.1 '
7+ pod 'GoogleMaps' , '7.0.0 '
88end
99# [END maps_ios_get_started_install_podfile]
1010
1111# [START maps_ios_places_get_started_install_podfile]
1212source 'https://github.com/CocoaPods/Specs.git'
1313
14- platform :ios , '12 .0'
14+ platform :ios , '13 .0'
1515
1616target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
17- pod 'GooglePlaces' , '6.2.1 '
17+ pod 'GooglePlaces' , '7.0.0 '
1818end
1919# [END maps_ios_places_get_started_install_podfile]
You can’t perform that action at this time.
0 commit comments