blob: aec5217d00174cd4dd20952f30fe696112481562 [file] [log] [blame]
{
"name": "ZKMoya",
"version": "1.2",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "包含 HUD 的网络请求框架,Moya 二次封装",
"homepage": "https://github.com/WangWenzhuang/ZKMoya",
"authors": {
"WangWenzhuang": "1020304029@qq.com"
},
"source": {
"git": "https://github.com/WangWenzhuang/ZKMoya.git",
"tag": "1.2"
},
"description": "将 Moya、ZKProgressHUD、SwiftyJSON 封装,简化网络请求代码。",
"source_files": "ZKMoya/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"Moya": [
],
"SwiftyJSON": [
],
"ZKProgressHUD": [
]
}
}