blob: 104934a7b7e4cc572da009e5ddb652cf72c3a3a1 [file] [log] [blame]
{
"name": "KLNetworkOC",
"version": "1.0.0",
"summary": "基于AFNetwork 3.x封装的简单GET、POST网络请求。",
"description": "1、基于AFNetwork 3.x封装的简单GET、POST网络请求。2、多文件上传",
"homepage": "https://github.com/KYangLei/KLNetworkOC.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KYangLei": "18683331614@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KYangLei/KLNetworkOC.git",
"tag": "1.0.0"
},
"source_files": "KLNetWork/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SVProgressHUD": [
]
}
}