blob: 64bb413a750a74168ee1c82c5fc21be57ca80b06 [file] [log] [blame]
{
"name": "DDTCPClient",
"version": "0.0.5",
"summary": "A client of socket",
"homepage": "https://github.com/longxdragon/DDTCPClient",
"license": "MIT",
"authors": {
"longxdragon": "longxdragon@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/longxdragon/DDTCPClient.git",
"tag": "0.0.5"
},
"source_files": "Source/DDTCPClient/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.2"
]
}
}