From 2f86a297446b7b2e4832bc2868fe63d54211144f Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 17 Apr 2018 15:20:58 -0700 Subject: Remove old, unused podspecs (#1129) --- Firebase/Auth/FirebaseAuth.podspec | 54 ---------------------------- Firebase/Database/FirebaseDatabase.podspec | 39 -------------------- Firebase/Messaging/FirebaseMessaging.podspec | 38 -------------------- Firebase/Storage/FirebaseStorage.podspec | 33 ----------------- 4 files changed, 164 deletions(-) delete mode 100644 Firebase/Auth/FirebaseAuth.podspec delete mode 100644 Firebase/Database/FirebaseDatabase.podspec delete mode 100644 Firebase/Messaging/FirebaseMessaging.podspec delete mode 100644 Firebase/Storage/FirebaseStorage.podspec (limited to 'Firebase') diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec deleted file mode 100644 index 8211bb0..0000000 --- a/Firebase/Auth/FirebaseAuth.podspec +++ /dev/null @@ -1,54 +0,0 @@ -# This podspec is not intended to be deployed. It is solely for the static -# library framework build process at -# https://github.com/firebase/firebase-ios-sdk/tree/master/BuildFrameworks - -Pod::Spec.new do |s| - s.name = 'FirebaseAuth' - s.version = '4.3.2' - s.summary = 'Firebase Open Source Libraries for iOS.' - - s.description = <<-DESC -Simplify your iOS development, grow your user base, and monetize more effectively with Firebase. - DESC - - s.homepage = 'https://firebase.google.com' - s.license = { :type => 'Apache', :file => '../../LICENSE' } - s.authors = 'Google, Inc.' - - # 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' - s.ios.deployment_target = '7.0' - s.osx.deployment_target = '10.10' - - s.source_files = '**/*.[mh]' - s.osx.exclude_files = - 'Source/**/FIRAuthAppDelegateProxy.[mh]', - 'Source/**/FIRAuthNotificationManager.[mh]', - 'Source/**/FIRAuthAppCredentialManager.[mh]', - 'Source/**/FIRAuthAPNSTokenManager.[mh]', - 'Source/**/FIRAuthAPNSTokenType.[mh]', - 'Source/**/FIRAuthAPNSToken.[mh]', - 'Source/**/FIRAuthDefaultUIDelegate.[mh]', - 'Source/**/FIRAuthUIDelegate.h', - 'Source/**/FIRAuthURLPresenter.[mh]', - 'Source/**/FIRAuthWebView.[mh]', - 'Source/**/FIRAuthWebViewController.[mh]', - 'Source/**/FIRPhoneAuthCredential.[mh]', - 'Source/**/FIRPhoneAuthProvider.[mh]' - s.public_header_files = 'Source/Public/*.h' - s.preserve_paths = - 'README.md', - 'CHANGELOG.md' - s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => - '$(inherited) ' + 'FIRAuth_VERSION=' + s.version.to_s + - ' FIRAuth_MINOR_VERSION=' + s.version.to_s.split(".")[0] + "." + s.version.to_s.split(".")[1] - } - s.framework = 'CoreGraphics' - s.framework = 'SafariServices' - s.framework = 'Security' -# s.dependency 'FirebaseCommunity/Core' - s.dependency 'GTMSessionFetcher/Core', '~> 1.1' - s.dependency 'GoogleToolboxForMac/NSDictionary+URLArguments', '~> 2.1' -end diff --git a/Firebase/Database/FirebaseDatabase.podspec b/Firebase/Database/FirebaseDatabase.podspec deleted file mode 100644 index 758556b..0000000 --- a/Firebase/Database/FirebaseDatabase.podspec +++ /dev/null @@ -1,39 +0,0 @@ -# This podspec is not intended to be deployed. It is solely for the static -# library framework build process at -# https://github.com/firebase/firebase-ios-sdk/tree/master/BuildFrameworks - -Pod::Spec.new do |s| - s.name = 'FirebaseDatabase' - s.version = '4.0.0' - s.summary = 'Firebase Open Source Libraries for iOS.' - - s.description = <<-DESC -Simplify your iOS development, grow your user base, and monetize more effectively with Firebase. - DESC - - s.homepage = 'https://firebase.google.com' - s.license = { :type => 'Apache', :file => '../../LICENSE' } - s.authors = 'Google, Inc.' - - # 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' - s.ios.deployment_target = '7.0' - s.osx.deployment_target = '10.10' - - s.source_files = '**/*.[mh]', - 'third_party/Wrap-leveldb/APLevelDB.mm', - 'third_party/SocketRocket/fbase64.c' - s.public_header_files = 'Public/*.h' - s.library = 'c++' - s.library = 'icucore' - s.framework = 'CFNetwork' - s.framework = 'Security' - s.framework = 'SystemConfiguration' - s.dependency 'leveldb-library' -# s.dependency 'FirebaseCommunity/Core' - s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => - '$(inherited) ' + - 'FIRDatabase_VERSION=' + s.version.to_s } -end diff --git a/Firebase/Messaging/FirebaseMessaging.podspec b/Firebase/Messaging/FirebaseMessaging.podspec deleted file mode 100644 index 9a1c473..0000000 --- a/Firebase/Messaging/FirebaseMessaging.podspec +++ /dev/null @@ -1,38 +0,0 @@ -# This podspec is not intended to be deployed. It is solely for the static -# library framework build process at -# https://github.com/firebase/firebase-ios-sdk/tree/master/BuildFrameworks - -Pod::Spec.new do |s| - s.name = 'FirebaseMessaging' - s.version = '2.0.0' - s.summary = 'Firebase Open Source Libraries for iOS.' - - s.description = <<-DESC -Simplify your iOS development, grow your user base, and monetize more effectively with Firebase. - DESC - - s.homepage = 'https://firebase.google.com' - s.license = { :type => 'Apache', :file => '../../LICENSE' } - s.authors = 'Google, Inc.' - - # 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' - s.ios.deployment_target = '7.0' - - s.source_files = '**/*.[mh]' - s.requires_arc = '*.m' - s.public_header_files = 'Public/*.h' - s.library = 'sqlite3' - s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => - '$(inherited) ' + - 'GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 ' + - 'FIRMessaging_LIB_VERSION=' + String(s.version) - } - s.framework = 'AddressBook' - s.framework = 'SystemConfiguration' -# s.dependency 'FirebaseCommunity/Core' - s.dependency 'GoogleToolboxForMac/Logger', '~> 2.1' - s.dependency 'Protobuf', '~> 3.1' -end diff --git a/Firebase/Storage/FirebaseStorage.podspec b/Firebase/Storage/FirebaseStorage.podspec deleted file mode 100644 index fb4094c..0000000 --- a/Firebase/Storage/FirebaseStorage.podspec +++ /dev/null @@ -1,33 +0,0 @@ -# This podspec is not intended to be deployed. It is solely for the static -# library framework build process at -# https://github.com/firebase/firebase-ios-sdk/tree/master/BuildFrameworks - -Pod::Spec.new do |s| - s.name = 'FirebaseStorage' - s.version = '2.0.0' - s.summary = 'Firebase Open Source Libraries for iOS.' - - s.description = <<-DESC -Simplify your iOS development, grow your user base, and monetize more effectively with Firebase. - DESC - - s.homepage = 'https://firebase.google.com' - s.license = { :type => 'Apache', :file => '../../LICENSE' } - s.authors = 'Google, Inc.' - - # 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' - s.ios.deployment_target = '7.0' - s.osx.deployment_target = '10.10' - s.source_files = '**/*.[mh]' - s.public_header_files = 'Public/*.h' - s.ios.framework = 'MobileCoreServices' - s.osx.framework = 'CoreServices' -# s.dependency 'FirebaseCommunity/Core' - s.dependency 'GTMSessionFetcher/Core', '~> 1.1' - s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => - '$(inherited) ' + - 'FIRStorage_VERSION=' + s.version.to_s } -end -- cgit v1.2.3