blob: b96b16b41683ed322d73e2bb1c247df0c7003764 [file] [log] [blame]
{
"name": "TLNetwork",
"version": "0.1.2",
"summary": "基于AFNetwork 3.x封装的简单GET、POST网络请求。",
"description": "1、基于AFNetwork 3.x封装的简单GET、POST网络请求。2、多文件上传",
"homepage": "http://source.magic-beans.cn/Libraries/TLNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TedLiu": "ihomelp07@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://182.92.183.22:3000/Libraries/TLNetwork.git",
"tag": "0.1.2"
},
"source_files": "TLNetwork/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
]
}
}