Skip to content

Commit 6e27a0e

Browse files
authored
chore: update snippets to v7.1.0 (#154)
1 parent 2238935 commit 6e27a0e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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, '13.0'
5-
pod 'GoogleMaps', '7.0.0'
5+
pod 'GoogleMaps', '7.1.0'
66
end

snippets/MapsUtilsSnippets/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ use_frameworks!
44

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

snippets/PlacesSnippets/Podfile

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

33
target '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'
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, '13.0'
55

66
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
7-
pod 'GoogleMaps', '7.0.0'
7+
pod 'GoogleMaps', '7.1.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, '13.0'
1515

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

0 commit comments

Comments
 (0)