diff options
author | Paul Beusterien <paulbeusterien@google.com> | 2017-06-22 13:08:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-22 13:08:35 -0700 |
commit | 0297375121c3f13a4cfe23271793990b980bddee (patch) | |
tree | 1f44fec340841753d802002bd9d2240031affd5d /Example/Podfile | |
parent | e50dddc0f2359d2e6515d20c0357fadf321715ec (diff) |
Rename FirebaseDev to FirebaseCommunity (#98)
Diffstat (limited to 'Example/Podfile')
-rw-r--r-- | Example/Podfile | 18 |
1 files changed, 9 insertions, 9 deletions
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 |