blob: cd64643cf9ecdcf3d6b66116b922500fdd3178ff [file] [log] [blame]
{
"name": "KLNetwork",
"version": "1.0.0",
"platforms": {
"ios": "10.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "基于Alamofire封装的网络请求框架。",
"homepage": "https://github.com/KYangLei/KLNetwork.git",
"authors": {
"KYangLei": "18683331614@163.com"
},
"source": {
"git": "https://github.com/KYangLei/KLNetwork.git",
"tag": "1.0.0"
},
"description": "带有HUD的网络请求框架,提供get、post、put、delete、download、upload的方法。",
"source_files": "KLNetwork/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"KLProgressHUD": [
],
"KLStatusBar": [
]
}
}