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