| { |
| "name": "WCParsePush", |
| "version": "1.1", |
| "summary": "Lightweight Push Notifications with Parse.", |
| "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", |
| "homepage": "https://github.com/baspellis/WCParsePush", |
| "license": "MIT", |
| "authors": { |
| "Bas Pellis": "bas@pellis.nl" |
| }, |
| "source": { |
| "git": "https://github.com/baspellis/WCParsePush.git", |
| "tag": "1.1" |
| }, |
| "social_media_url": "https://twitter.com/baspellis", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "WCParsePush", |
| "dependencies": { |
| "KSReachability": [ |
| "~> 1.4" |
| ] |
| } |
| } |