Skip to content

Commit 27581e8

Browse files
authored
chore: Update platform target to iOS 13 (#165)
* chore: Update platform target to iOS 13 * chore: added podfile SDK version support
1 parent b4bf287 commit 27581e8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
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, '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'
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, '12.0'
4-
pod 'GoogleMaps'
3+
platform :ios, '13.0'
4+
pod 'GoogleMaps', '7.3.0'
55
end
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source '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'
45
end

0 commit comments

Comments
 (0)