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