Skip to content

Commit d728a31

Browse files
authored
Merge pull request #137 from googlemaps/wangela/snippets
chore: Update snippets Podspec and Carthage to 6.2.0
2 parents 2df9241 + 58f6f10 commit d728a31

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

snippets/Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [START maps_ios_get_started_install_carthage]
2-
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.1.1
2+
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.2.0
33
# [END maps_ios_get_started_install_carthage]
44

55
# [START maps_ios_places_get_started_install_carthage]
6-
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.1.1
6+
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.2.0
77
# [END maps_ios_places_get_started_install_carthage]

snippets/MapsBetaSnippets/Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# [START maps_ios_xcframework_get_started_install_carthage]
2-
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.1.1-beta
2+
binary "https://dl.google.com/geosdk/GoogleMaps.json" == 6.2.0-beta
33
# [END maps_ios_xcframework_get_started_install_carthage]
44

55
# [START maps_ios_places_xcframework_get_started_install_carthage]
6-
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.1.1-beta
6+
binary "https://dl.google.com/geosdk/GooglePlaces.json" == 6.2.0-beta
77
# [END maps_ios_places_xcframework_get_started_install_carthage]
88

99

snippets/MapsSnippets/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://github.com/CocoaPods/Specs.git'
22

33
target 'MapsSnippets' do
44
platform :ios, '12.0'
5-
pod 'GoogleMaps', '6.0.1'
5+
pod 'GoogleMaps', '6.2.0'
66
end

snippets/MapsUtilsSnippets/Podfile

Lines changed: 3 additions & 3 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, '10.0'
7-
pod 'GoogleMaps', '4.0.0'
8-
pod 'Google-Maps-iOS-Utils', '3.4.0'
6+
platform :ios, '12.0'
7+
pod 'GoogleMaps', '6.2.0'
8+
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, '10.0'
5-
pod 'GooglePlaces', '4.0.0'
6-
pod 'GoogleMaps', '4.0.0'
4+
platform :ios, '12.0'
5+
pod 'GooglePlaces', '6.2.0'
6+
pod 'GoogleMaps', '6.2.0'
77
end

snippets/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
44
platform :ios, '12.0'
55

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

@@ -14,6 +14,6 @@ source 'https://github.com/CocoaPods/Specs.git'
1414
platform :ios, '12.0'
1515

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

0 commit comments

Comments
 (0)