[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 8.12.0-beta / FirebaseInAppMessaging.podspec.json
blob27206a3d065046deaf07827a8006a450dc366ea0
2   "name": "FirebaseInAppMessaging",
3   "version": "8.12.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-8.12.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/iOS/Resources/*.{storyboard,png}"
44       ]
45     }
46   },
47   "tvos": {
48     "source_files": [
49       "FirebaseInAppMessaging/Sources/*.[cmh]",
50       "FirebaseInAppMessaging/Sources/Analytics/**/*.[cmh]",
51       "FirebaseInAppMessaging/Sources/Data/**/*.[cmh]",
52       "FirebaseInAppMessaging/Sources/DisplayTrigger/**/*.[cmh]",
53       "FirebaseInAppMessaging/Sources/Flows/**/*.[cmh]",
54       "FirebaseInAppMessaging/Sources/Private/**/*.[cmh]",
55       "FirebaseInAppMessaging/Sources/Public/**/*.[cmh]",
56       "FirebaseInAppMessaging/Sources/RenderingObjects/**/*.[cmh]",
57       "FirebaseInAppMessaging/Sources/Runtime/**/*.[cmh]",
58       "FirebaseInAppMessaging/Sources/Util/**/*.[cmh]",
59       "Interop/Analytics/Public/*.h",
60       "FirebaseABTesting/Sources/Private/*.h",
61       "FirebaseCore/Sources/Private/*.h",
62       "FirebaseInstallations/Source/Library/Private/*.h"
63     ]
64   },
65   "public_header_files": "FirebaseInAppMessaging/Sources/Public/FirebaseInAppMessaging/*.h",
66   "pod_target_xcconfig": {
67     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
68     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
69   },
70   "frameworks": "UIKit",
71   "dependencies": {
72     "FirebaseCore": [
73       "~> 8.0"
74     ],
75     "FirebaseInstallations": [
76       "~> 8.0"
77     ],
78     "FirebaseABTesting": [
79       "~> 8.0"
80     ],
81     "GoogleUtilities/Environment": [
82       "~> 7.7"
83     ],
84     "nanopb": [
85       "~> 2.30908.0"
86     ]
87   },
88   "testspecs": [
89     {
90       "name": "unit",
91       "test_type": "unit",
92       "scheme": {
93         "code_coverage": true
94       },
95       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
96       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
97       "requires_app_host": true,
98       "dependencies": {
99         "OCMock": [
101         ]
102       }
103     }
104   ]