[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 4 / HJAsyncTcpCommunicator / 2.0.0 / HJAsyncTcpCommunicator.podspec.json
blobb906db2307d59a4ea9937cf101da5dbc7582cbce
2   "name": "HJAsyncTcpCommunicator",
3   "version": "2.0.0",
4   "summary": "Asynchronous TCP communication module based on Hydra framework.",
5   "homepage": "https://github.com/P9SOFT/HJAsyncTcpCommunicator",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Tae Hyun Na": "taehyun.na@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/P9SOFT/HJAsyncTcpCommunicator.git",
18     "tag": "2.0.0"
19   },
20   "source_files": "Sources/*.{h,m}",
21   "public_header_files": "Sources/*.h",
22   "dependencies": {
23     "Hydra": [
25     ]
26   }