diff --git a/GoogleMaps-Swift/Podfile b/GoogleMaps-Swift/Podfile index d407a40c..7f6d4d45 100755 --- a/GoogleMaps-Swift/Podfile +++ b/GoogleMaps-Swift/Podfile @@ -1,8 +1,8 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'GoogleMapsSwiftXCFrameworkDemos' do project 'GoogleMapsSwiftXCFrameworkDemos' pod 'GoogleMaps', '= 9.1.0' -end +end \ No newline at end of file diff --git a/GoogleMaps/Podfile b/GoogleMaps/Podfile index 692d109c..454919fa 100755 --- a/GoogleMaps/Podfile +++ b/GoogleMaps/Podfile @@ -1,8 +1,8 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'GoogleMapsXCFrameworkDemos' do project 'GoogleMapsXCFrameworkDemos' pod 'GoogleMaps', '= 9.1.0' -end +end \ No newline at end of file diff --git a/GoogleNavigation-Swift/Podfile b/GoogleNavigation-Swift/Podfile index 4e535329..b2fb1f1f 100755 --- a/GoogleNavigation-Swift/Podfile +++ b/GoogleNavigation-Swift/Podfile @@ -1,8 +1,8 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'GoogleNavSwiftXCFrameworkDemos' do project 'GoogleNavSwiftXCFrameworkDemos' pod 'GoogleNavigation', '= 9.1.0' -end +end \ No newline at end of file diff --git a/GoogleNavigation/Podfile b/GoogleNavigation/Podfile index 4a1fbf3b..3f76300f 100755 --- a/GoogleNavigation/Podfile +++ b/GoogleNavigation/Podfile @@ -1,8 +1,8 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'GoogleNavXCFrameworkDemos' do project 'GoogleNavXCFrameworkDemos' pod 'GoogleNavigation', '= 9.1.0' -end +end \ No newline at end of file diff --git a/GooglePlaces-Swift/Podfile b/GooglePlaces-Swift/Podfile index e4181d60..74652242 100755 --- a/GooglePlaces-Swift/Podfile +++ b/GooglePlaces-Swift/Podfile @@ -1,8 +1,8 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'GooglePlacesSwiftXCFrameworkDemos' do project 'GooglePlacesSwiftXCFrameworkDemos' pod 'GooglePlaces', '= 9.1.0' -end +end \ No newline at end of file diff --git a/GooglePlaces/Podfile b/GooglePlaces/Podfile index bd9baa9e..0a9f8340 100755 --- a/GooglePlaces/Podfile +++ b/GooglePlaces/Podfile @@ -1,8 +1,8 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' target 'GooglePlacesXCFrameworkDemos' do project 'GooglePlacesXCFrameworkDemos' pod 'GooglePlaces', '= 9.1.0' -end +end \ No newline at end of file diff --git a/MapsAndPlacesDemo/Podfile b/MapsAndPlacesDemo/Podfile index fff7576c..4bf1df0c 100644 --- a/MapsAndPlacesDemo/Podfile +++ b/MapsAndPlacesDemo/Podfile @@ -1,4 +1,4 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' target 'MapsAndPlacesDemo' do use_frameworks! pod 'GoogleMaps', '~>4.0.0' @@ -10,4 +10,4 @@ target 'MapsAndPlacesDemo' do pod 'MaterialComponents/Banner' pod 'MaterialComponents/Cards' pod 'MaterialComponents/Snackbar' -end +end \ No newline at end of file diff --git a/snippets/MapsBetaSnippets/Podfile b/snippets/MapsBetaSnippets/Podfile index 0778154c..b35b38c8 100644 --- a/snippets/MapsBetaSnippets/Podfile +++ b/snippets/MapsBetaSnippets/Podfile @@ -1,6 +1,6 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' target 'MapsBetaSnippets' do platform :ios, '10.0' pod 'GoogleMaps', '= 3.10.0-beta1' -end +end \ No newline at end of file diff --git a/snippets/MapsSnippets/Podfile b/snippets/MapsSnippets/Podfile index 4e0680f7..a1c3d1fa 100644 --- a/snippets/MapsSnippets/Podfile +++ b/snippets/MapsSnippets/Podfile @@ -1,6 +1,6 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' target 'MapsSnippets' do platform :ios, '15.0' pod 'GoogleMaps', '9.1.0' -end +end \ No newline at end of file diff --git a/snippets/MapsUtilsSnippets/Podfile b/snippets/MapsUtilsSnippets/Podfile index 6c09d000..52c4dfad 100644 --- a/snippets/MapsUtilsSnippets/Podfile +++ b/snippets/MapsUtilsSnippets/Podfile @@ -1,4 +1,4 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' use_frameworks! @@ -6,4 +6,4 @@ target 'MapsUtilsSnippets' do platform :ios, '15.0' pod 'GoogleMaps', '9.0.0' pod 'Google-Maps-iOS-Utils', '6.0.0' -end +end \ No newline at end of file diff --git a/snippets/PlacesSnippets/Podfile b/snippets/PlacesSnippets/Podfile index 3790aba1..0eaeab79 100644 --- a/snippets/PlacesSnippets/Podfile +++ b/snippets/PlacesSnippets/Podfile @@ -1,7 +1,7 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' target 'PlacesSnippets' do platform :ios, '15.0' pod 'GooglePlaces', '9.1.0' pod 'GoogleMaps', '9.1.0' -end +end \ No newline at end of file diff --git a/snippets/Podfile b/snippets/Podfile index 3368ea6f..d32061b6 100644 --- a/snippets/Podfile +++ b/snippets/Podfile @@ -1,4 +1,4 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' @@ -6,7 +6,7 @@ target 'YOUR_APPLICATION_TARGET_NAME_HERE' do pod 'GoogleMaps', '9.1.0' end -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' platform :ios, '15.0' diff --git a/tutorials/current-place-on-map/Podfile b/tutorials/current-place-on-map/Podfile index 1a517970..ef1c4a9e 100644 --- a/tutorials/current-place-on-map/Podfile +++ b/tutorials/current-place-on-map/Podfile @@ -1,6 +1,6 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' target 'current-place-on-map' do platform :ios, '15.0' pod 'GoogleMaps', '9.0.0' pod 'GooglePlaces', '9.0.0' -end +end \ No newline at end of file diff --git a/tutorials/map-with-marker/Podfile b/tutorials/map-with-marker/Podfile index d453c9f0..04edb20b 100644 --- a/tutorials/map-with-marker/Podfile +++ b/tutorials/map-with-marker/Podfile @@ -1,5 +1,5 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' target 'map-with-marker' do platform :ios, '15.0' pod 'GoogleMaps', '9.0.0' -end +end \ No newline at end of file diff --git a/tutorials/places-address-form/Podfile b/tutorials/places-address-form/Podfile index 9130037f..3182cb03 100644 --- a/tutorials/places-address-form/Podfile +++ b/tutorials/places-address-form/Podfile @@ -1,5 +1,5 @@ -source 'https://github.com/CocoaPods/Specs.git' +source 'https://cdn.cocoapods.org/' target 'places-address-form' do platform :ios, '15.0' pod 'GooglePlaces', '9.0.0' -end +end \ No newline at end of file