blob: 7f49dd439a7ead232add50a6abbd776039b1807c [file] [log] [blame]
{
"name": "TLNetwork",
"version": "0.1.3",
"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.3"
},
"source_files": "TLNetwork/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
]
}
}