blob: f761a7407d767d963e2907a332e5493c1143e3f5 [file] [log] [blame]
{
"name": "XHSocketManager",
"version": "0.0.5",
"summary": "针对socket封装的发送数据,接收数据类",
"homepage": "http://git.xinhuokj.com/cocoapods/src/xhsocketmanager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunliang": "1825571811@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.xinhuokj.com/cocoapods/src/xhsocketmanager",
"tag": "0.0.5"
},
"source_files": [
"XHSocketManager",
"*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}