blob: a6fb925aef29d5aff4f78d45c23cc565344e544e [file] [log] [blame]
{
"name": "HJAsyncTcpCommunicator",
"version": "1.0.1",
"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": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/P9SOFT/HJAsyncTcpCommunicator.git",
"tag": "1.0.1"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"dependencies": {
"Hydra": [
]
}
}