[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / d / 9 / WCParsePush / 1.2 / WCParsePush.podspec.json
blobf3c4fe6bebbaf9788c10d32503ef4496ff9ce87a
2   "name": "WCParsePush",
3   "version": "1.2",
4   "summary": "Lightweight Push Notifications with Parse.",
5   "description": "This small library provides simple interface to the Parse Push Notification Service without the need to include the full Parse iOS SDK. It inlcudes:\n\n* Device installation registration\n* Channel subscribe/unsubscribe\n* Async and synchoronous save methods\n* Save eventually also after app restart",
6   "homepage": "https://github.com/baspellis/WCParsePush",
7   "license": "MIT",
8   "authors": {
9     "Bas Pellis": "bas@pellis.nl"
10   },
11   "source": {
12     "git": "https://github.com/baspellis/WCParsePush.git",
13     "tag": "1.2"
14   },
15   "social_media_url": "https://twitter.com/baspellis",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "WCParsePush",
21   "dependencies": {
22     "KSReachability": [
23       "~> 1.4"
24     ]
25   }