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