blob: f30225d3ec32784faa0013ae733590af2af53ca2 [file] [log] [blame]
{
"name": "FMSocker",
"version": "0.1",
"summary": "An iOS client for communicating with a socker websocket server which supports subscribing on multiple channels on a single connection.",
"homepage": "https://github.com/5monkeys/socker-ios",
"license": "MIT",
"authors": {
"Hannes Ljungberg": "hannes@5monkeys.se"
},
"source": {
"git": "https://github.com/5monkeys/socker-ios.git",
"tag": "0.1"
},
"source_files": "FMSocker/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"dependencies": {
"SocketRocket": [
"~> 0.4.1"
]
}
}