blob: 9259f03a25932a61a56925200a343e34236a34c5 [file] [log] [blame]
{
"name": "FirebaseMessaging",
"version": "4.4.1",
"summary": "Firebase Messaging",
"description": "Firebase Messaging 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 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-4.4.1"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "6.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "FirebaseMessaging/Sources/**/*.[mh]",
"requires_arc": "FirebaseMessaging/Sources/*.m",
"public_header_files": "FirebaseMessaging/Sources/Public/*.h",
"libraries": "sqlite3",
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRMessaging_LIB_VERSION=4.4.1",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"ios": {
"frameworks": "SystemConfiguration"
},
"tvos": {
"frameworks": "SystemConfiguration"
},
"osx": {
"frameworks": "SystemConfiguration"
},
"weak_frameworks": "UserNotifications",
"dependencies": {
"FirebaseAnalyticsInterop": [
"~> 1.5"
],
"FirebaseCore": [
"~> 6.6"
],
"FirebaseInstanceID": [
"~> 4.3"
],
"GoogleUtilities/AppDelegateSwizzler": [
"~> 6.5"
],
"GoogleUtilities/Reachability": [
"~> 6.5"
],
"GoogleUtilities/Environment": [
"~> 6.5"
],
"GoogleUtilities/UserDefaults": [
"~> 6.5"
],
"Protobuf": [
"~> 3.9",
">= 3.9.2"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"source_files": "FirebaseMessaging/Tests/UnitTests/*.{m,h,swift}",
"requires_app_host": true,
"pod_target_xcconfig": {
"CLANG_ENABLE_OBJC_WEAK": "YES"
},
"dependencies": {
"OCMock": [
]
}
},
{
"name": "integration",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
"requires_app_host": true,
"resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
}
]
}