blob: 7543e3534546dcd005e05c906a5067e0e3996583 [file] [log] [blame]
{
"name": "FirebaseMessaging",
"version": "3.2.1",
"summary": "Firebase Messaging for iOS",
"description": "Firebase Messaging for iOS is a service that allows you to send data from your server to your users'\niOS device, and also to receive messages from devices on the same connection. The service handles\nall aspects of queueing of messages and delivery to the target iOS application running on the target\ndevice, and it is completely free.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "Messaging-3.2.1"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "Firebase/Messaging/**/*.[mh]",
"requires_arc": "Firebase/Messaging/*.m",
"public_header_files": "Firebase/Messaging/Public/*.h",
"libraries": "sqlite3",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRMessaging_LIB_VERSION=3.2.1"
},
"frameworks": "SystemConfiguration",
"ios": {
"dependencies": {
"FirebaseAnalyticsInterop": [
"~> 1.1"
]
}
},
"dependencies": {
"FirebaseCore": [
"~> 5.1"
],
"FirebaseInstanceID": [
"~> 3.0"
],
"GoogleUtilities/Reachability": [
"~> 5.2"
],
"GoogleUtilities/Environment": [
"~> 5.2"
],
"Protobuf": [
"~> 3.1"
]
}
}