[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 9 / WCParsePush / 1.0 / WCParsePush.podspec.json
blob79684bea3d8d6228cbbd5f20e2e82673b70b0967
2   "name": "WCParsePush",
3   "version": "1.0",
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.0"
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   }