[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 1.2.1 / FirebaseMessaging.podspec.json
blobcc0d2434a1f94be0a60f53fe58dac2f81904ede7
2   "name": "FirebaseMessaging",
3   "version": "1.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' iOS device, and also to receive messages from devices on the same connection. The service handles all aspects of queueing of messages and delivery to the target iOS application running on the target device, and it is completely free.",
6   "homepage": "https://developers.google.com/cloud-messaging/",
7   "license": {
8     "text": "Copyright 2016 Google",
9     "type": "Copyright"
10   },
11   "authors": "Google, Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "http": "https://dl.google.com/dl/cpdc/008160767e35e210/FirebaseMessaging-1.2.1.tar.gz"
17   },
18   "vendored_frameworks": [
19     "Frameworks/frameworks/FirebaseMessaging.framework"
20   ],
21   "source_files": [
22     "Sources/FIRMessaging.h"
23   ],
24   "frameworks": [
25     "AddressBook",
26     "SystemConfiguration"
27   ],
28   "libraries": [
29     "sqlite3"
30   ],
31   "dependencies": {
32     "FirebaseAnalytics": "~> 3.4",
33     "FirebaseInstanceID": "~> 1.0",
34     "GoogleSymbolUtilities": "~> 1.1",
35     "GoogleToolboxForMac/Logger": "~> 2.1",
36     "GoogleInterchangeUtilities": "~> 1.2"
37   }