Skip to content

Commit 9eab6ce

Browse files
authored
chore: update snippets to v7.0.0 (#152)
* chore: update snippets to v7.0.0 * chore: revert Cartfile changes until Carthage can support v7.0.0
1 parent 8bd8dba commit 9eab6ce

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

snippets/MapsSnippets/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

33
target 'MapsSnippets' do
4-
platform :ios, '12.0'
5-
pod 'GoogleMaps', '6.2.1'
4+
platform :ios, '13.0'
5+
pod 'GoogleMaps', '7.0.0'
66
end

snippets/MapsUtilsSnippets/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks!
44

55
target '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'
99
end

snippets/PlacesSnippets/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

33
target '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'
77
end

snippets/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# [START maps_ios_get_started_install_podfile]
22
source 'https://github.com/CocoaPods/Specs.git'
33

4-
platform :ios, '12.0'
4+
platform :ios, '13.0'
55

66
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
7-
pod 'GoogleMaps', '6.2.1'
7+
pod 'GoogleMaps', '7.0.0'
88
end
99
# [END maps_ios_get_started_install_podfile]
1010

1111
# [START maps_ios_places_get_started_install_podfile]
1212
source 'https://github.com/CocoaPods/Specs.git'
1313

14-
platform :ios, '12.0'
14+
platform :ios, '13.0'
1515

1616
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
17-
pod 'GooglePlaces', '6.2.1'
17+
pod 'GooglePlaces', '7.0.0'
1818
end
1919
# [END maps_ios_places_get_started_install_podfile]

0 commit comments

Comments
 (0)