blob: faf14b17d6d88c8cb7ec1e4123ad3a3670eae198 [file] [log] [blame]
{
"name": "TLNetwork",
"version": "0.0.9",
"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.9"
},
"source_files": "NetwrokHandle/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
],
"JSONModel": [
],
"MJRefresh": [
]
}
}