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