[Delete] ExampleLibZmt 2.0.1
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 11.2.0-beta / FirebaseInAppMessaging.podspec.json
blob714d6dc14855712d251fb73eb158f3272a1e29e5
2   "name": "FirebaseInAppMessaging",
3   "version": "11.2.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-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-11.2.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "13.0",
19     "tvos": "13.0"
20   },
21   "swift_versions": "5.9",
22   "cocoapods_version": ">= 1.12.0",
23   "prefix_header_file": false,
24   "ios": {
25     "source_files": [
26       "FirebaseInAppMessaging/Sources/*.[cmh]",
27       "FirebaseInAppMessaging/Sources/Analytics/**/*.[cmh]",
28       "FirebaseInAppMessaging/Sources/Data/**/*.[cmh]",
29       "FirebaseInAppMessaging/Sources/DefaultUI/**/*.[cmh]",
30       "FirebaseInAppMessaging/Sources/DisplayTrigger/**/*.[cmh]",
31       "FirebaseInAppMessaging/Sources/Flows/**/*.[cmh]",
32       "FirebaseInAppMessaging/Sources/Private/**/*.[cmh]",
33       "FirebaseInAppMessaging/Sources/Public/**/*.[cmh]",
34       "FirebaseInAppMessaging/Sources/RenderingObjects/**/*.[cmh]",
35       "FirebaseInAppMessaging/Sources/Runtime/**/*.[cmh]",
36       "FirebaseInAppMessaging/Sources/Util/**/*.[cmh]",
37       "FirebaseInAppMessaging/Swift/Source/**/*.swift",
38       "Interop/Analytics/Public/*.h",
39       "FirebaseABTesting/Sources/Private/*.h",
40       "FirebaseCore/Extension/*.h",
41       "FirebaseInstallations/Source/Library/Private/*.h"
42     ],
43     "resource_bundles": {
44       "InAppMessagingDisplayResources": [
45         "FirebaseInAppMessaging/iOS/Resources/*.{storyboard,png}"
46       ]
47     }
48   },
49   "tvos": {
50     "source_files": [
51       "FirebaseInAppMessaging/Sources/*.[cmh]",
52       "FirebaseInAppMessaging/Sources/Analytics/**/*.[cmh]",
53       "FirebaseInAppMessaging/Sources/Data/**/*.[cmh]",
54       "FirebaseInAppMessaging/Sources/DisplayTrigger/**/*.[cmh]",
55       "FirebaseInAppMessaging/Sources/Flows/**/*.[cmh]",
56       "FirebaseInAppMessaging/Sources/Private/**/*.[cmh]",
57       "FirebaseInAppMessaging/Sources/Public/**/*.[cmh]",
58       "FirebaseInAppMessaging/Sources/RenderingObjects/**/*.[cmh]",
59       "FirebaseInAppMessaging/Sources/Runtime/**/*.[cmh]",
60       "FirebaseInAppMessaging/Sources/Util/**/*.[cmh]",
61       "FirebaseInAppMessaging/Swift/Source/**/*.swift",
62       "Interop/Analytics/Public/*.h",
63       "FirebaseABTesting/Sources/Private/*.h",
64       "FirebaseCore/Extension/*.h",
65       "FirebaseInstallations/Source/Library/Private/*.h"
66     ]
67   },
68   "public_header_files": "FirebaseInAppMessaging/Sources/Public/FirebaseInAppMessaging/*.h",
69   "pod_target_xcconfig": {
70     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
71     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
72   },
73   "frameworks": "UIKit",
74   "dependencies": {
75     "FirebaseCore": [
76       "~> 11.0"
77     ],
78     "FirebaseInstallations": [
79       "~> 11.0"
80     ],
81     "FirebaseABTesting": [
82       "~> 11.0"
83     ],
84     "GoogleUtilities/Environment": [
85       "~> 8.0"
86     ],
87     "GoogleUtilities/UserDefaults": [
88       "~> 8.0"
89     ],
90     "nanopb": [
91       "~> 3.30910.0"
92     ]
93   },
94   "testspecs": [
95     {
96       "name": "unit",
97       "test_type": "unit",
98       "scheme": {
99         "code_coverage": true
100       },
101       "source_files": [
102         "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
103         "FirebaseInAppMessaging/Swift/Tests/Unit/*.swift"
104       ],
105       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
106       "requires_app_host": true,
107       "dependencies": {
108         "OCMock": [
110         ]
111       }
112     }
113   ],
114   "swift_version": "5.9"