blob: b1d3b1952c73197b6e52dd3be74d80f55f21650d [file] [log] [blame]
{
"name": "CTSocket",
"version": "0.0.7",
"summary": "基于GCDAsyncSocket自定义的一个私有网络请求工具类",
"description": "\"将常用的网络工具类和NSData的分类抽提为一个工具库,以后新建项目就更方便,通过也方便优化已有的项目\"",
"homepage": "https://gitee.com/youkanwu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SKY": "1665017853@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/youkanwu/CTSocket.git",
"tag": "0.0.7"
},
"source_files": "CTSocket/*.{h,m}",
"requires_arc": true
}