[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 0.19.1 / FirebaseInAppMessaging.podspec.json
blobf91993a66a8bbe0bb78d641221b7218c6bd84b43
2   "name": "FirebaseInAppMessaging",
3   "version": "0.19.1",
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.19.1"
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": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) FIRInAppMessaging_LIB_VERSION=0.19.1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1"
35   },
36   "dependencies": {
37     "FirebaseCore": [
38       "~> 6.2"
39     ],
40     "FirebaseInstallations": [
41       "~> 1.1"
42     ],
43     "GoogleDataTransportCCTSupport": [
44       "~> 2.0"
45     ],
46     "FirebaseABTesting": [
47       "~> 3.2"
48     ]
49   },
50   "ios": {
51     "dependencies": {
52       "FirebaseAnalyticsInterop": [
53         "~> 1.3"
54       ]
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   ]