Skip to content

Commit

Permalink
chore: update the source url for the Podfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhawk committed Nov 15, 2024
1 parent 02beb85 commit a754e75
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions GoogleMaps-Swift/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions GoogleMaps/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions GoogleNavigation-Swift/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions GoogleNavigation/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions GooglePlaces-Swift/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions GooglePlaces/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions MapsAndPlacesDemo/Podfile
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -10,4 +10,4 @@ target 'MapsAndPlacesDemo' do
pod 'MaterialComponents/Banner'
pod 'MaterialComponents/Cards'
pod 'MaterialComponents/Snackbar'
end
end
4 changes: 2 additions & 2 deletions snippets/MapsBetaSnippets/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions snippets/MapsSnippets/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions snippets/MapsUtilsSnippets/Podfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'

use_frameworks!

target 'MapsUtilsSnippets' do
platform :ios, '15.0'
pod 'GoogleMaps', '9.0.0'
pod 'Google-Maps-iOS-Utils', '6.0.0'
end
end
4 changes: 2 additions & 2 deletions snippets/PlacesSnippets/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions snippets/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'https://cdn.cocoapods.org/'

platform :ios, '15.0'

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'

Expand Down
4 changes: 2 additions & 2 deletions tutorials/current-place-on-map/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tutorials/map-with-marker/Podfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tutorials/places-address-form/Podfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a754e75

Please sign in to comment.