aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging
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/Messaging
parentf2ec9e11fba82d4a76d989293d270a37ad1373a2 (diff)
Remove old, unused podspecs (#1129)
Diffstat (limited to 'Firebase/Messaging')
-rw-r--r--Firebase/Messaging/FirebaseMessaging.podspec38
1 files changed, 0 insertions, 38 deletions
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