aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-22 13:08:35 -0700
committerGravatar GitHub <noreply@github.com>2017-06-22 13:08:35 -0700
commit0297375121c3f13a4cfe23271793990b980bddee (patch)
tree1f44fec340841753d802002bd9d2240031affd5d /Firebase/Database
parente50dddc0f2359d2e6515d20c0357fadf321715ec (diff)
Rename FirebaseDev to FirebaseCommunity (#98)
Diffstat (limited to 'Firebase/Database')
-rw-r--r--Firebase/Database/FirebaseDatabase.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firebase/Database/FirebaseDatabase.podspec b/Firebase/Database/FirebaseDatabase.podspec
index 6c966ce..e41e7a5 100644
--- a/Firebase/Database/FirebaseDatabase.podspec
+++ b/Firebase/Database/FirebaseDatabase.podspec
@@ -15,7 +15,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
s.license = { :type => 'Apache', :file => '../../LICENSE' }
s.authors = 'Google, Inc.'
- # NOTE that the FirebaseDev pod is neither publicly deployed nor yet interchangeable with the
+ # NOTE that the FirebaseCommunity pod is neither publicly deployed nor yet interchangeable with the
# Firebase pod
s.source = { :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Firebase'
@@ -42,7 +42,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
s.framework = 'Security'
s.framework = 'SystemConfiguration'
s.dependency 'leveldb-library'
-# s.dependency 'FirebaseDev/Core'
+# s.dependency 'FirebaseCommunity/Core'
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' =>
'$(inherited) ' +
'FIRDatabase_VERSION=' + s.version.to_s }