blob: 2e267d98da20ae23297e7e8b3dadd0a1b2b5b307 [file] [log] [blame]
{
"name": "PusherMan",
"version": "1.0.0",
"summary": "A class that handles registration and handling of push notifications tokens in iOS.",
"homepage": "https://github.com/uacaps/PusherMan",
"license": {
"type": "UA",
"file": "LICENSE"
},
"authors": {
"uacaps": "care@cs.ua.edu"
},
"source": {
"git": "https://github.com/uacaps/PusherMan.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}