blob: d5b53454a92321a7ef4f88ef3b3a0c24bb6475b1 [file] [log] [blame]
{
"name": "Bully",
"version": "0.2.0",
"platforms": {
"ios": "5.0"
},
"summary": "Pusher Objective-C Client.",
"homepage": "https://github.com/soffes/bully",
"authors": {
"Sam Soffes": "sam@samsoff.es"
},
"source": {
"git": "https://github.com/soffes/bully.git",
"tag": "0.2.0"
},
"description": "Simply Objective-C client for Pusher.",
"source_files": "Bully/*.{h,m}",
"frameworks": "CFNetwork",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"dependencies": {
"SocketRocket": [
],
"Reachability": [
]
}
}