blob: 14d404015807fd949ea3dc31305aee1faa19d16e [file] [log] [blame]
{
"name": "TCAsyncHashProtocol",
"version": "1.0.0",
"license": "LICENSE",
"summary": "Lightweight json-over-TCP network protocol for fast prototyping.",
"description": "TCAHP gives you an extremely lightweight networking API where you send and receive JSON-safe NSDictionaries (\"hashes\") back and forth between a client and server. It's layered on top of AsyncSocket.",
"homepage": "https://github.com/nevyn/TCAsyncHashProtocol",
"authors": {
"Joachim Bengtsson": "joachimb@gmail.com"
},
"source": {
"git": "https://github.com/nevyn/TCAsyncHashProtocol.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 0.0.1"
]
}
}