blob: a9d9a03cc6fe4f6939edeebdc638f5170529c319 [file] [log] [blame]
{
"name": "TSSocket",
"version": "1.0.0",
"summary": "TCP封装",
"description": "1:基于CocoaAsyncSocket二次封装\n2:异步消息",
"homepage": "https://github.com/winfast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"QinChuancheng": "qincc@galanz.com"
},
"source": {
"git": "https://github.com/winfast/TSSocket.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TSSocket/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
]
}
}