blob: d18b2bbceb2b0fa68ed37739033684f902a05e75 [file] [log] [blame]
{
"name": "SocketShuttle",
"version": "0.3.2",
"license": "MIT",
"summary": "A higher-level API for SocketRocket with reachability and reconnect.",
"homepage": "https://github.com/mk/SocketShuttle",
"authors": {
"Martin Kavalar": "mk@katercalling.com"
},
"source": {
"git": "https://github.com/mk/SocketShuttle.git",
"tag": "0.3.2"
},
"source_files": "SocketShuttle/*.{h,m,c}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"dependencies": {
"SocketRocket": [
"~> 0.2.0"
],
"Reachability": [
"~> 3.1"
]
}
}