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