[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / d / 9 / WCParsePush / 1.1 / WCParsePush.podspec.json
blob8a4a229e3038398a9f143dbf8d92548e4f1de682
2   "name": "WCParsePush",
3   "version": "1.1",
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\n",
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.1"
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   }