blob: 37d0a06a7e15879e3d13f55ef3b328b0e3c63268 [file] [log] [blame]
{
"name": "HJAsyncTcpCommunicator",
"version": "1.2.0",
"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": "1.2.0"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"dependencies": {
"Hydra": [
]
}
}