[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 0.24.0 / FirebaseInAppMessaging.podspec.json
blob6238e665de896d64097c90232de104f9584ef6ab
2   "name": "FirebaseInAppMessaging",
3   "version": "0.24.0",
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": "InAppMessaging-0.24.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "cocoapods_version": ">= 1.4.0",
21   "static_framework": true,
22   "prefix_header_file": false,
23   "source_files": [
24     "FirebaseInAppMessaging/Sources/**/*.[cmh]",
25     "Interop/Analytics/Public/*.h",
26     "FirebaseABTesting/Sources/Private/*.h",
27     "FirebaseCore/Sources/Private/*.h",
28     "FirebaseInstallations/Source/Library/Private/*.h",
29     "GoogleUtilities/Environment/Private/*.h"
30   ],
31   "public_header_files": "FirebaseInAppMessaging/Sources/Public/FirebaseInAppMessaging/*.h",
32   "private_header_files": "FirebaseInAppMessaging/Sources/Private/**/*.h",
33   "resource_bundles": {
34     "InAppMessagingDisplayResources": [
35       "FirebaseInAppMessaging/Resources/*.storyboard",
36       "FirebaseInAppMessaging/Resources/*.png"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessaging_LIB_VERSION=0.24.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
41     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
42   },
43   "dependencies": {
44     "FirebaseCore": [
45       "~> 6.10"
46     ],
47     "FirebaseInstallations": [
48       "~> 1.6"
49     ],
50     "FirebaseABTesting": [
51       "~> 4.2"
52     ],
53     "GoogleUtilities/Environment": [
54       "~> 6.7"
55     ],
56     "nanopb": [
57       "~> 1.30906.0"
58     ]
59   },
60   "testspecs": [
61     {
62       "name": "unit",
63       "test_type": "unit",
64       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
65       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
66       "requires_app_host": true,
67       "dependencies": {
68         "OCMock": [
70         ]
71       }
72     }
73   ]