blob: 6238e665de896d64097c90232de104f9584ef6ab [file] [log] [blame]
{
"name": "FirebaseInAppMessaging",
"version": "0.24.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.24.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]",
"Interop/Analytics/Public/*.h",
"FirebaseABTesting/Sources/Private/*.h",
"FirebaseCore/Sources/Private/*.h",
"FirebaseInstallations/Source/Library/Private/*.h",
"GoogleUtilities/Environment/Private/*.h"
],
"public_header_files": "FirebaseInAppMessaging/Sources/Public/FirebaseInAppMessaging/*.h",
"private_header_files": "FirebaseInAppMessaging/Sources/Private/**/*.h",
"resource_bundles": {
"InAppMessagingDisplayResources": [
"FirebaseInAppMessaging/Resources/*.storyboard",
"FirebaseInAppMessaging/Resources/*.png"
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessaging_LIB_VERSION=0.24.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"dependencies": {
"FirebaseCore": [
"~> 6.10"
],
"FirebaseInstallations": [
"~> 1.6"
],
"FirebaseABTesting": [
"~> 4.2"
],
"GoogleUtilities/Environment": [
"~> 6.7"
],
"nanopb": [
"~> 1.30906.0"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
"resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
"requires_app_host": true,
"dependencies": {
"OCMock": [
]
}
}
]
}