[Add] SmartCodable 4.3.1
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 10.21.0-beta / FirebaseInAppMessaging.podspec.json
bloba72a41d802aae2d6c90392e4407106df631ff71d
2   "name": "FirebaseInAppMessaging",
3   "version": "10.21.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-10.21.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "11.0",
19     "tvos": "12.0"
20   },
21   "swift_versions": "5.3",
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       "~> 10.0"
77     ],
78     "FirebaseInstallations": [
79       "~> 10.0"
80     ],
81     "FirebaseABTesting": [
82       "~> 10.0"
83     ],
84     "GoogleUtilities/Environment": [
85       "~> 7.8"
86     ],
87     "nanopb": [
88       ">= 2.30908.0",
89       "< 2.30910.0"
90     ]
91   },
92   "testspecs": [
93     {
94       "name": "unit",
95       "test_type": "unit",
96       "scheme": {
97         "code_coverage": true
98       },
99       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
100       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
101       "requires_app_host": true,
102       "dependencies": {
103         "OCMock": [
105         ]
106       }
107     }
108   ],
109   "swift_version": "5.3"