[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / 8 / TCAsyncHashProtocol / 1.0.0 / TCAsyncHashProtocol.podspec.json
blob14d404015807fd949ea3dc31305aee1faa19d16e
2   "name": "TCAsyncHashProtocol",
3   "version": "1.0.0",
4   "license": "LICENSE",
5   "summary": "Lightweight json-over-TCP network protocol for fast prototyping.",
6   "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.",
7   "homepage": "https://github.com/nevyn/TCAsyncHashProtocol",
8   "authors": {
9     "Joachim Bengtsson": "joachimb@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nevyn/TCAsyncHashProtocol.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "*.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "5.0"
19   },
20   "dependencies": {
21     "CocoaAsyncSocket": [
22       "~> 0.0.1"
23     ]
24   }