[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 9.6.0-beta / FirebaseInAppMessaging.podspec.json
blobcf893a73e9c161b7f976c2cd89c6859f9715cbae
2   "name": "FirebaseInAppMessaging",
3   "version": "9.6.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-9.6.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0"
20   },
21   "swift_versions": "5.3",
22   "cocoapods_version": ">= 1.4.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       "Interop/Analytics/Public/*.h",
38       "FirebaseABTesting/Sources/Private/*.h",
39       "FirebaseCore/Extension/*.h",
40       "FirebaseInstallations/Source/Library/Private/*.h"
41     ],
42     "resource_bundles": {
43       "InAppMessagingDisplayResources": [
44         "FirebaseInAppMessaging/iOS/Resources/*.{storyboard,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/Extension/*.h",
63       "FirebaseInstallations/Source/Library/Private/*.h"
64     ]
65   },
66   "public_header_files": "FirebaseInAppMessaging/Sources/Public/FirebaseInAppMessaging/*.h",
67   "pod_target_xcconfig": {
68     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
69     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
70   },
71   "frameworks": "UIKit",
72   "dependencies": {
73     "FirebaseCore": [
74       "~> 9.0"
75     ],
76     "FirebaseInstallations": [
77       "~> 9.0"
78     ],
79     "FirebaseABTesting": [
80       "~> 9.0"
81     ],
82     "GoogleUtilities/Environment": [
83       "~> 7.7"
84     ],
85     "nanopb": [
86       ">= 2.30908.0",
87       "< 2.30910.0"
88     ]
89   },
90   "testspecs": [
91     {
92       "name": "unit",
93       "test_type": "unit",
94       "scheme": {
95         "code_coverage": true
96       },
97       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
98       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
99       "requires_app_host": true,
100       "dependencies": {
101         "OCMock": [
103         ]
104       }
105     }
106   ],
107   "swift_version": "5.3"