blob: 2b27975e50886f79480f17003c131154899080cc [file] [log] [blame]
{
"name": "FirebaseInAppMessaging",
"version": "0.14.0",
"summary": "Firebase In-App Messaging for iOS",
"description": "FirebaseInAppMessaging is the headless component of Firebase In-App Messaging on iOS client side.\nSee more product details at https://firebase.google.com/products/in-app-messaging/ about Firebase In-App Messaging.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "InAppMessaging-0.14.0"
},
"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/InAppMessaging/**/*.[mh]",
"public_header_files": "Firebase/InAppMessaging/Public/*.h",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessaging_LIB_VERSION=0.14.0"
},
"dependencies": {
"FirebaseCore": [
"~> 6.0"
],
"FirebaseInstanceID": [
"~> 4.0"
]
},
"ios": {
"dependencies": {
"FirebaseAnalyticsInterop": [
"~> 1.2"
]
}
}
}