[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / a / 8 / FirebaseInAppMessaging / 0.15.2 / FirebaseInAppMessaging.podspec.json
blobb25a52c6b3a781287f50fb8622c0e49df34ff0d6
2   "name": "FirebaseInAppMessaging",
3   "version": "0.15.2",
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.15.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/InAppMessaging/**/*.[mh]",
24   "public_header_files": "Firebase/InAppMessaging/Public/*.h",
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FIRInAppMessaging_LIB_VERSION=0.15.2"
27   },
28   "dependencies": {
29     "FirebaseCore": [
30       "~> 6.0"
31     ],
32     "FirebaseInstanceID": [
33       "~> 4.0"
34     ]
35   },
36   "ios": {
37     "dependencies": {
38       "FirebaseAnalyticsInterop": [
39         "~> 1.2"
40       ]
41     }
42   }