[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 0.18.0 / FirebaseInAppMessaging.podspec.json
blobe30ec7d2f0ae8536341d565ab72ed80fe256e78a
2   "name": "FirebaseInAppMessaging",
3   "version": "0.18.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.18.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": "FirebaseInAppMessaging/Sources/**/*.[cmh]",
24   "public_header_files": "FirebaseInAppMessaging/Sources/Public/*.h",
25   "private_header_files": "FirebaseInAppMessaging/Sources/Private/**/*.h",
26   "resource_bundles": {
27     "InAppMessagingDisplayResources": [
28       "FirebaseInAppMessaging/Resources/*.xib",
29       "FirebaseInAppMessaging/Resources/*.storyboard",
30       "FirebaseInAppMessaging/Resources/*.png"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessaging_LIB_VERSION=0.18.0 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1"
35   },
36   "dependencies": {
37     "FirebaseCore": [
38       "~> 6.2"
39     ],
40     "FirebaseInstanceID": [
41       "~> 4.0"
42     ],
43     "GoogleDataTransportCCTSupport": [
44       "~> 1.0"
45     ]
46   },
47   "ios": {
48     "dependencies": {
49       "FirebaseAnalyticsInterop": [
50         "~> 1.3"
51       ]
52     }
53   },
54   "testspecs": [
55     {
56       "name": "unit",
57       "test_type": "unit",
58       "source_files": "FirebaseInAppMessaging/Tests/Unit/*.[mh]",
59       "resources": "FirebaseInAppMessaging/Tests/Unit/*.txt",
60       "requires_app_host": true,
61       "dependencies": {
62         "OCMock": [
64         ]
65       }
66     }
67   ]