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