blob: f3c4fe6bebbaf9788c10d32503ef4496ff9ce87a [file] [log] [blame]
{
"name": "WCParsePush",
"version": "1.2",
"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",
"homepage": "https://github.com/baspellis/WCParsePush",
"license": "MIT",
"authors": {
"Bas Pellis": "bas@pellis.nl"
},
"source": {
"git": "https://github.com/baspellis/WCParsePush.git",
"tag": "1.2"
},
"social_media_url": "https://twitter.com/baspellis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WCParsePush",
"dependencies": {
"KSReachability": [
"~> 1.4"
]
}
}