blob: fba6c5f8f4eb54f69612f6293d8972555874e908 [file] [log] [blame]
{
"name": "ZKAlamofire",
"version": "2.3.1",
"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.3.1"
},
"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": [
]
}
}