blob: fe3f21af223db5ce226b5c785a006813444068d3 [file] [log] [blame]
{
"name": "FirebaseInAppMessagingDisplay",
"version": "0.17.0",
"summary": "Firebase In-App Messaging UI for iOS",
"description": "FirebaseInAppMessagingDisplay is the default client UI implementation for\nFirebase In-App Messaging SDK.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "InAppMessagingDisplay-0.17.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"deprecated_in_favor_of": "FirebaseInAppMessaging",
"prefix_header_file": false,
"source_files": "FirebaseInAppMessagingDisplay/**/*.[mh]",
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessagingDisplay_LIB_VERSION=0.17.0"
}
}