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