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) --- Firebase/Database/FirebaseDatabase.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Firebase/Database') 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 } -- cgit v1.2.3