blob: 0889a3ca89c9253feb0bcfc5690825b1e9792dfc [file] [log] [blame]
{
"name": "HJAsyncTcpCommunicator",
"version": "2.0.2",
"summary": "Asynchronous TCP communication module based on Hydra framework.",
"homepage": "https://github.com/P9SOFT/HJAsyncTcpCommunicator",
"license": {
"type": "MIT"
},
"authors": {
"Tae Hyun Na": "taehyun.na@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/P9SOFT/HJAsyncTcpCommunicator.git",
"tag": "2.0.2"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"dependencies": {
"Hydra": [
]
}
}