File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22target 'current-place-on-map' do
3- platform :ios , '12 .0'
4- pod 'GooglePlaces '
5- pod 'GoogleMaps '
3+ platform :ios , '13 .0'
4+ pod 'GoogleMaps' , '7.3.0 '
5+ pod 'GooglePlaces' , '7.3.0 '
66end
Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22target 'map-with-marker' do
3- platform :ios , '12 .0'
4- pod 'GoogleMaps'
3+ platform :ios , '13 .0'
4+ pod 'GoogleMaps' , '7.3.0'
55end
Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
2- target 'places-address-form' do
3- pod 'GooglePlaces'
2+ target 'places-address-form' do
3+ platform :ios , '13.0'
4+ pod 'GooglePlaces' , '7.3.0'
45end
You can’t perform that action at this time.
0 commit comments