[Add] TMNavigation 0.0.950
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 7.7.0-beta / FirebaseInAppMessaging.podspec.json
blob21b4abdbb1b4d5e3ddb562d06e4da506a48106d2
2   "name": "FirebaseInAppMessaging",
3   "version": "7.7.0-beta",
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": "CocoaPods-7.7.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "prefix_header_file": false,
23   "ios": {
24     "source_files": [
25       "FirebaseInAppMessaging/Sources/*.[cmh]",
26       "FirebaseInAppMessaging/Sources/Analytics/**/*.[cmh]",
27       "FirebaseInAppMessaging/Sources/Data/**/*.[cmh]",
28       "FirebaseInAppMessaging/Sources/DefaultUI/**/*.[cmh]",
29       "FirebaseInAppMessaging/Sources/DisplayTrigger/**/*.[cmh]",
30       "FirebaseInAppMessaging/Sources/Flows/**/*.[cmh]",
31       "FirebaseInAppMessaging/Sources/Private/**/*.[cmh]",
32       "FirebaseInAppMessaging/Sources/Public/**/*.[cmh]",
33       "FirebaseInAppMessaging/Sources/RenderingObjects/**/*.[cmh]",
34       "FirebaseInAppMessaging/Sources/Runtime/**/*.[cmh]",
35       "FirebaseInAppMessaging/Sources/Util/**/*.[cmh]",
36       "Interop/Analytics/Public/*.h",
37       "FirebaseABTesting/Sources/Private/*.h",
38       "FirebaseCore/Sources/Private/*.h",
39       "FirebaseInstallations/Source/Library/Private/*.h"
40     ],
41     "resource_bundles": {
42       "InAppMessagingDisplayResources": [
43         "FirebaseInAppMessaging/Resources/FIRInAppMessageDisplayStoryboard.storyboard",
44         "FirebaseInAppMessaging/Resources/*.png"
45       ]
46     }
47   },
48   "tvos": {
49     "source_files": [
50       "FirebaseInAppMessaging/Sources/*.[cmh]",
51       "FirebaseInAppMessaging/Sources/Analytics/**/*.[cmh]",
52       "FirebaseInAppMessaging/Sources/Data/**/*.[cmh]",
53       "FirebaseInAppMessaging/Sources/DisplayTrigger/**/*.[cmh]",
54       "FirebaseInAppMessaging/Sources/Flows/**/*.[cmh]",
55       "FirebaseInAppMessaging/Sources/Private/**/*.[cmh]",
56       "FirebaseInAppMessaging/Sources/Public/**/*.[cmh]",
57       "FirebaseInAppMessaging/Sources/RenderingObjects/**/*.[cmh]",
58       "FirebaseInAppMessaging/Sources/Runtime/**/*.[cmh]",
59       "FirebaseInAppMessaging/Sources/Util/**/*.[cmh]",
60       "Interop/Analytics/Public/*.h",
61       "FirebaseABTesting/Sources/Private/*.h",
62       "FirebaseCore/Sources/Private/*.h",
63       "FirebaseInstallations/Source/Library/Private/*.h"
64     ],
65     "resource_bundles": {
66       "InAppMessagingDisplayResources": [
67         "FirebaseInAppMessaging/Resources/FIRInAppMessageDisplayStoryboardTV.storyboard",
68         "FirebaseInAppMessaging/Resources/*.png"
69       ]
70     }
71   },
72   "public_header_files": "FirebaseInAppMessaging/Sources/Public/FirebaseInAppMessaging/*.h",
73   "pod_target_xcconfig": {
74     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
75     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
76   },
77   "dependencies": {
78     "FirebaseCore": [
79       "~> 7.0"
80     ],
81     "FirebaseInstallations": [
82       "~> 7.0"
83     ],
84     "FirebaseABTesting": [
85       "~> 7.0"
86     ],
87     "GoogleUtilities/Environment": [
88       "~> 7.0"
89     ],
90     "nanopb": [
91       "~> 2.30907.0"
92     ]
93   },
94   "testspecs": [
95     {
96       "name": "unit",
97       "test_type": "unit",
98       "scheme": {
99         "code_coverage": true
100       },
101       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
102       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
103       "requires_app_host": true,
104       "dependencies": {
105         "OCMock": [
107         ]
108       }
109     }
110   ]