blob: 351787c4e4a0e8ef51a2ab99e93897d99ba7f76c [file] [log] [blame]
{
"name": "TLNetwork",
"version": "0.0.4",
"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.4",
"commit": "70945b6f7dfad4fabe048a4911be4afff3761ca9"
},
"source_files": [
"NetwrokHandle/**/*.{h,m}",
"DSTost/*.{h,m}"
],
"resources": "NetwrokHandle/**/*.png",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SVProgressHUD": [
],
"JSONModel": [
]
}
}