[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 3.0.1 / FirebaseMessaging.podspec.json
blob773616ef551503f4e0bb29c9bbade19206446081
2   "name": "FirebaseMessaging",
3   "version": "3.0.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.0.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.0.1"
29   },
30   "frameworks": "SystemConfiguration",
31   "dependencies": {
32     "FirebaseCore": [
33       "~> 5.0"
34     ],
35     "FirebaseInstanceID": [
36       "~> 3.0"
37     ],
38     "GoogleToolboxForMac/Logger": [
39       "~> 2.1"
40     ],
41     "Protobuf": [
42       "~> 3.1"
43     ]
44   }