[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 8.5.0-beta / FirebaseInAppMessaging.podspec.json
blob1be18d8b76240d8eba3e21352377c6da9f8318df
2   "name": "FirebaseInAppMessaging",
3   "version": "8.5.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.5.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   "dependencies": {
71     "FirebaseCore": [
72       "~> 8.0"
73     ],
74     "FirebaseInstallations": [
75       "~> 8.0"
76     ],
77     "FirebaseABTesting": [
78       "~> 8.0"
79     ],
80     "GoogleUtilities/Environment": [
81       "~> 7.4"
82     ],
83     "nanopb": [
84       "~> 2.30908.0"
85     ]
86   },
87   "testspecs": [
88     {
89       "name": "unit",
90       "test_type": "unit",
91       "scheme": {
92         "code_coverage": true
93       },
94       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
95       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
96       "requires_app_host": true,
97       "dependencies": {
98         "OCMock": [
100         ]
101       }
102     }
103   ]