blob: 5915b56b5e812c6b9cdc2f68e26ead7982ad1b61 [file] [log] [blame]
{
"name": "ZKAlamofire",
"version": "1.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": "1.0"
},
"description": "ZKAlamofire 包含 HUD 的网络请求框架,Alamofire 二次封装。",
"source_files": "ZKAlamofire/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"ZKLog": [
],
"Alamofire": [
],
"SwiftyJSON": [
],
"ZKProgressHUD": [
],
"ZKStatusBarNotification": [
]
},
"pushed_with_swift_version": "4.0"
}