[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 8 / b / FirebaseInAppMessagingDisplay / 0.12.2 / FirebaseInAppMessagingDisplay.podspec.json
blobc93ebe52eaf5fcd00004496db6daf20e49857063
2   "name": "FirebaseInAppMessagingDisplay",
3   "version": "0.12.2",
4   "summary": "Firebase In-App Messaging UI for iOS",
5   "description": "FirebaseInAppMessagingDisplay is the default client UI implementation for\nFirebase In-App Messaging SDK.",
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": "InAppMessagingDisplay-0.12.2"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "cocoapods_version": ">= 1.4.0",
21   "static_framework": true,
22   "prefix_header_file": false,
23   "source_files": "Firebase/InAppMessagingDisplay/**/*.[mh]",
24   "public_header_files": "Firebase/InAppMessagingDisplay/Public/*.h",
25   "resource_bundles": {
26     "InAppMessagingDisplayResources": [
27       "Firebase/InAppMessagingDisplay/Resources/*.xib",
28       "Firebase/InAppMessagingDisplay/Resources/*.storyboard",
29       "Firebase/InAppMessagingDisplay/Resources/*.png"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "GCC_C_LANGUAGE_STANDARD": "c99",
34     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessagingDisplay_LIB_VERSION=0.12.2"
35   },
36   "dependencies": {
37     "FirebaseCore": [
39     ],
40     "FirebaseInAppMessaging": [
41       ">=0.12.0"
42     ]
43   }