blob: bf47e3691e0679acb8a34d45c63610b8f5ea2600 [file] [log] [blame]
{
"name": "DDTCPClient",
"version": "0.0.1",
"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.1"
},
"source_files": "Source/DDTCPClient/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.2"
],
"Reachability": [
]
}
}