From 0297375121c3f13a4cfe23271793990b980bddee Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 22 Jun 2017 13:08:35 -0700 Subject: Rename FirebaseDev to FirebaseCommunity (#98) --- Example/Podfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Example/Podfile') diff --git a/Example/Podfile b/Example/Podfile index 35df51c..3c0745d 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -4,7 +4,7 @@ use_frameworks! target 'Core_Example_iOS' do platform :ios, '8.0' - pod 'FirebaseDev/Core', :path => '../' + pod 'FirebaseCommunity/Core', :path => '../' target 'Core_Tests_iOS' do inherit! :search_paths @@ -15,7 +15,7 @@ end target 'Core_Example_macOS' do platform :osx, '10.10' - pod 'FirebaseDev/Core', :path => '../' + pod 'FirebaseCommunity/Core', :path => '../' target 'Core_Tests_macOS' do inherit! :search_paths @@ -26,7 +26,7 @@ end target 'Auth_Example_iOS' do platform :ios, '8.0' - pod 'FirebaseDev/Auth', :path => '../' + pod 'FirebaseCommunity/Auth', :path => '../' target 'Auth_Tests_iOS' do inherit! :search_paths @@ -37,7 +37,7 @@ end target 'Auth_Example_macOS' do platform :osx, '10.10' - pod 'FirebaseDev/Auth', :path => '../' + pod 'FirebaseCommunity/Auth', :path => '../' target 'Auth_Tests_macOS' do inherit! :search_paths @@ -48,7 +48,7 @@ end target 'Database_Example_iOS' do platform :ios, '8.0' - pod 'FirebaseDev/Database', :path => '../' + pod 'FirebaseCommunity/Database', :path => '../' target 'Database_Tests_iOS' do inherit! :search_paths @@ -64,7 +64,7 @@ end target 'Database_Example_macOS' do platform :osx, '10.10' - pod 'FirebaseDev/Database', :path => '../' + pod 'FirebaseCommunity/Database', :path => '../' target 'Database_Tests_macOS' do inherit! :search_paths @@ -80,7 +80,7 @@ end target 'Messaging_Example_iOS' do platform :ios, '8.0' - pod 'FirebaseDev/Messaging', :path => '../' + pod 'FirebaseCommunity/Messaging', :path => '../' # Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency # to FirebaseCore pod 'FirebaseInstanceID', '1.0.9' @@ -94,7 +94,7 @@ end target 'Storage_Example_iOS' do platform :ios, '8.0' - pod 'FirebaseDev/Storage', :path => '../' + pod 'FirebaseCommunity/Storage', :path => '../' target 'Storage_Tests_iOS' do inherit! :search_paths @@ -110,7 +110,7 @@ end target 'Storage_Example_macOS' do platform :osx, '10.10' - pod 'FirebaseDev/Storage', :path => '../' + pod 'FirebaseCommunity/Storage', :path => '../' target 'Storage_Tests_macOS' do inherit! :search_paths -- cgit v1.2.3