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