[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 3.2.1 / FirebaseMessaging.podspec.json
blob7543e3534546dcd005e05c906a5067e0e3996583
2   "name": "FirebaseMessaging",
3   "version": "3.2.1",
4   "summary": "Firebase Messaging for iOS",
5   "description": "Firebase Messaging for iOS is a service that allows you to send data from your server to your users'\niOS device, and also to receive messages from devices on the same connection. The service handles\nall aspects of queueing of messages and delivery to the target iOS application running on the target\ndevice, and it is completely free.",
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": "Messaging-3.2.1"
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/Messaging/**/*.[mh]",
24   "requires_arc": "Firebase/Messaging/*.m",
25   "public_header_files": "Firebase/Messaging/Public/*.h",
26   "libraries": "sqlite3",
27   "pod_target_xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRMessaging_LIB_VERSION=3.2.1"
29   },
30   "frameworks": "SystemConfiguration",
31   "ios": {
32     "dependencies": {
33       "FirebaseAnalyticsInterop": [
34         "~> 1.1"
35       ]
36     }
37   },
38   "dependencies": {
39     "FirebaseCore": [
40       "~> 5.1"
41     ],
42     "FirebaseInstanceID": [
43       "~> 3.0"
44     ],
45     "GoogleUtilities/Reachability": [
46       "~> 5.2"
47     ],
48     "GoogleUtilities/Environment": [
49       "~> 5.2"
50     ],
51     "Protobuf": [
52       "~> 3.1"
53     ]
54   }