blob: e734c558f91827f6a5a7c3e476995c4441805cc8 [file] [log] [blame]
{
"name": "TLNetwork",
"version": "0.0.6",
"summary": "基于AFNetwork 3.x封装的简单GET、POST网络请求。",
"description": "1、基于AFNetwork 3.x封装的简单GET、POST网络请求。2、多文件上传。",
"homepage": "https://github.com/TedLiuHome/TLNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ihomelp07": "ihomelp07@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TedLiuHome/TLNetwork.git",
"tag": "0.0.6"
},
"source_files": "NetwrokHandle/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"JSONModel": [
],
"MJRefresh": [
]
}
}