blob: 00f1150da5cbb2060c0be03883f24a54dae491a1 [file] [log] [blame]
{
"name": "FirebaseInAppMessaging",
"version": "0.13.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.13.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.13.0"
},
"dependencies": {
"FirebaseCore": [
],
"FirebaseInstanceID": [
]
},
"ios": {
"dependencies": {
"FirebaseAnalytics": [
],
"FirebaseAnalyticsInterop": [
]
}
}
}