[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 0.23.0 / FirebaseInAppMessaging.podspec.json
blobd6f33d0f69e0d8224c70fdea65e260d30870b14d
2   "name": "FirebaseInAppMessaging",
3   "version": "0.23.0",
4   "summary": "Firebase In-App Messaging for iOS",
5   "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.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "InAppMessaging-0.23.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "cocoapods_version": ">= 1.4.0",
21   "static_framework": true,
22   "prefix_header_file": false,
23   "source_files": [
24     "FirebaseInAppMessaging/Sources/**/*.[cmh]",
25     "Interop/Analytics/Public/*.h",
26     "FirebaseABTesting/Sources/Private/*.h",
27     "FirebaseCore/Sources/Private/*.h",
28     "FirebaseInstallations/Source/Library/Private/*.h",
29     "GoogleUtilities/Environment/Private/*.h"
30   ],
31   "public_header_files": "FirebaseInAppMessaging/Sources/Public/*.h",
32   "private_header_files": "FirebaseInAppMessaging/Sources/Private/**/*.h",
33   "resource_bundles": {
34     "InAppMessagingDisplayResources": [
35       "FirebaseInAppMessaging/Resources/*.xib",
36       "FirebaseInAppMessaging/Resources/*.storyboard",
37       "FirebaseInAppMessaging/Resources/*.png"
38     ]
39   },
40   "pod_target_xcconfig": {
41     "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",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
43   },
44   "dependencies": {
45     "FirebaseCore": [
46       "~> 6.8"
47     ],
48     "FirebaseInstallations": [
49       "~> 1.1"
50     ],
51     "FirebaseABTesting": [
52       "~> 4.1"
53     ],
54     "GoogleUtilities/Environment": [
55       "~> 6.7"
56     ],
57     "nanopb": [
58       "~> 1.30905.0"
59     ]
60   },
61   "testspecs": [
62     {
63       "name": "unit",
64       "test_type": "unit",
65       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
66       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
67       "requires_app_host": true,
68       "dependencies": {
69         "OCMock": [
71         ]
72       }
73     }
74   ]