blob: d6f33d0f69e0d8224c70fdea65e260d30870b14d [file] [log] [blame]
{
"name": "FirebaseInAppMessaging",
"version": "0.23.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.23.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/*.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": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) FIRInAppMessaging_LIB_VERSION=0.23.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"dependencies": {
"FirebaseCore": [
"~> 6.8"
],
"FirebaseInstallations": [
"~> 1.1"
],
"FirebaseABTesting": [
"~> 4.1"
],
"GoogleUtilities/Environment": [
"~> 6.7"
],
"nanopb": [
"~> 1.30905.0"
]
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
"resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
"requires_app_host": true,
"dependencies": {
"OCMock": [
]
}
}
]
}