blob: a1cf2459c4e3d80c3bb1e71594cb6bc701e7d5ae [file] [log] [blame]
{
"name": "TLNetwork",
"version": "0.0.1",
"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.1",
"commit": "9cfd01ec15f5019ef19cbb623b71207693a28618"
},
"source_files": [
"NetwrokHandle/*.{h,m}",
"DSTost/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SVProgressHUD": [
"~> 2.0.3"
]
}
}