aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-17 15:20:58 -0700
committerGravatar GitHub <noreply@github.com>2018-04-17 15:20:58 -0700
commit2f86a297446b7b2e4832bc2868fe63d54211144f (patch)
tree55df0aca8229117a72c4ba51c36e2d9108bc15cb /Firebase/Auth
parentf2ec9e11fba82d4a76d989293d270a37ad1373a2 (diff)
Remove old, unused podspecs (#1129)
Diffstat (limited to 'Firebase/Auth')
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec54
1 files changed, 0 insertions, 54 deletions
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