Skip to content

Commit 8dd877a

Browse files
committed
chore: update the source url for the Podfiles
1 parent 02beb85 commit 8dd877a

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

GoogleMaps-Swift/Podfile

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

33
platform :ios, '15.0'
44

55
target 'GoogleMapsSwiftXCFrameworkDemos' do
66
project 'GoogleMapsSwiftXCFrameworkDemos'
77
pod 'GoogleMaps', '= 9.1.0'
8-
end
8+
end

GoogleMaps/Podfile

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

33
platform :ios, '15.0'
44

55
target 'GoogleMapsXCFrameworkDemos' do
66
project 'GoogleMapsXCFrameworkDemos'
77
pod 'GoogleMaps', '= 9.1.0'
8-
end
8+
end

GoogleNavigation-Swift/Podfile

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

33
platform :ios, '15.0'
44

55
target 'GoogleNavSwiftXCFrameworkDemos' do
66
project 'GoogleNavSwiftXCFrameworkDemos'
77
pod 'GoogleNavigation', '= 9.1.0'
8-
end
8+
end

GoogleNavigation/Podfile

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

33
platform :ios, '15.0'
44

55
target 'GoogleNavXCFrameworkDemos' do
66
project 'GoogleNavXCFrameworkDemos'
77
pod 'GoogleNavigation', '= 9.1.0'
8-
end
8+
end

GooglePlaces-Swift/Podfile

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

33
platform :ios, '15.0'
44

55
target 'GooglePlacesSwiftXCFrameworkDemos' do
66
project 'GooglePlacesSwiftXCFrameworkDemos'
77
pod 'GooglePlaces', '= 9.1.0'
8-
end
8+
end

GooglePlaces/Podfile

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

33
platform :ios, '15.0'
44

55
target 'GooglePlacesXCFrameworkDemos' do
66
project 'GooglePlacesXCFrameworkDemos'
77
pod 'GooglePlaces', '= 9.1.0'
8-
end
8+
end

MapsAndPlacesDemo/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://github.com/CocoaPods/Specs.git'
1+
source 'https://cdn.cocoapods.org/'
22
target 'MapsAndPlacesDemo' do
33
use_frameworks!
44
pod 'GoogleMaps', '~>4.0.0'
@@ -10,4 +10,4 @@ target 'MapsAndPlacesDemo' do
1010
pod 'MaterialComponents/Banner'
1111
pod 'MaterialComponents/Cards'
1212
pod 'MaterialComponents/Snackbar'
13-
end
13+
end

snippets/MapsBetaSnippets/Podfile

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

33
target 'MapsBetaSnippets' do
44
platform :ios, '10.0'
55
pod 'GoogleMaps', '= 3.10.0-beta1'
6-
end
6+
end

snippets/MapsSnippets/Podfile

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

33
target 'MapsSnippets' do
44
platform :ios, '15.0'
55
pod 'GoogleMaps', '9.1.0'
6-
end
6+
end

snippets/MapsUtilsSnippets/Podfile

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

33
use_frameworks!
44

55
target 'MapsUtilsSnippets' do
66
platform :ios, '15.0'
77
pod 'GoogleMaps', '9.0.0'
88
pod 'Google-Maps-iOS-Utils', '6.0.0'
9-
end
9+
end

0 commit comments

Comments
 (0)