[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 1.1.0 / FirebaseMessaging.podspec.json
blob66f646798059d97d93dc30e9c1b1dd228a6992e4
2   "name": "FirebaseMessaging",
3   "version": "1.1.0",
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://firebase.google.com",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2016 Google Inc."
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "vendored_frameworks": [
16     "Frameworks/FirebaseMessaging.framework"
17   ],
18   "public_header_files": [
19     "Headers/Public/*.h"
20   ],
21   "source_files": [
22     "Headers/Public/*.h"
23   ],
24   "preserve_paths": [
25     "CHANGELOG.md",
26     "README.md"
27   ],
28   "frameworks": [
29     "AddressBook",
30     "SystemConfiguration"
31   ],
32   "libraries": [
33     "sqlite3"
34   ],
35   "dependencies": {
36     "FirebaseAnalytics": [
37       "~> 3.2"
38     ],
39     "GoogleIPhoneUtilities": [
40       "~> 1.2"
41     ],
42     "GoogleInterchangeUtilities": [
43       "~> 1.2"
44     ],
45     "GoogleSymbolUtilities": [
46       "~> 1.1"
47     ]
48   },
49   "source": {
50     "http": "https://www.gstatic.com/cpdc/3f0ef7767a9e83f5-FirebaseMessaging-1.1.0.tar.gz"
51   }