blob: 5f5e4415f3dcc4cb620541331a9ee651df828383 [file] [log] [blame]
{
"name": "WLHudUtil",
"version": "0.0.4",
"summary": "A Lib For hud.",
"description": "WLHudUtil一个对SVProgressHud的封装",
"homepage": "https://github.com/StoneStoneStoneWang/WLHudUtil",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLHudUtil.git",
"tag": "0.0.4"
},
"source_files": "Code/**/*.{swift}",
"dependencies": {
"SVProgressHUD": [
]
}
}