[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 0.21.0 / FirebaseInAppMessaging.podspec.json
blob09cfe578f5e2dca1e30bdc047784a91e23840517
2   "name": "FirebaseInAppMessaging",
3   "version": "0.21.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.21.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     "FirebaseCore/Sources/Private/*.h"
27   ],
28   "public_header_files": "FirebaseInAppMessaging/Sources/Public/*.h",
29   "private_header_files": "FirebaseInAppMessaging/Sources/Private/**/*.h",
30   "resource_bundles": {
31     "InAppMessagingDisplayResources": [
32       "FirebaseInAppMessaging/Resources/*.xib",
33       "FirebaseInAppMessaging/Resources/*.storyboard",
34       "FirebaseInAppMessaging/Resources/*.png"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) FIRInAppMessaging_LIB_VERSION=0.21.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
39     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
40   },
41   "dependencies": {
42     "FirebaseCore": [
43       "~> 6.8"
44     ],
45     "FirebaseInstallations": [
46       "~> 1.1"
47     ],
48     "GoogleDataTransportCCTSupport": [
49       "~> 3.1"
50     ],
51     "FirebaseABTesting": [
52       "~> 3.2"
53     ],
54     "GoogleUtilities/Environment": [
55       "~> 6.5"
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   ]