blob: e30ec7d2f0ae8536341d565ab72ed80fe256e78a [file] [log] [blame]
{
"name": "FirebaseInAppMessaging",
"version": "0.18.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.18.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "9.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "FirebaseInAppMessaging/Sources/**/*.[cmh]",
"public_header_files": "FirebaseInAppMessaging/Sources/Public/*.h",
"private_header_files": "FirebaseInAppMessaging/Sources/Private/**/*.h",
"resource_bundles": {
"InAppMessagingDisplayResources": [
"FirebaseInAppMessaging/Resources/*.xib",
"FirebaseInAppMessaging/Resources/*.storyboard",
"FirebaseInAppMessaging/Resources/*.png"
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessaging_LIB_VERSION=0.18.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1"
},
"dependencies": {
"FirebaseCore": [
"~> 6.2"
],
"FirebaseInstanceID": [
"~> 4.0"
],
"GoogleDataTransportCCTSupport": [
"~> 1.0"
]
},
"ios": {
"dependencies": {
"FirebaseAnalyticsInterop": [
"~> 1.3"
]
}
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
"resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
"requires_app_host": true,
"dependencies": {
"OCMock": [
]
}
}
]
}