blob: d02e77e3193cb17f3c6196090519e22cb90d9772 [file] [log] [blame]
{
"name": "GYHUD",
"version": "0.0.1",
"summary": "An iOS activity indicator view based on MBProgressHUD..",
"description": "GYHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread.\nThe HUD is meant as a replacement for MBProgressHUD with some additional features.",
"homepage": "https://github.com/GithubGaoYang/GYHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"高扬": "gaoyangzhongguo@foxmail.com"
},
"source": {
"git": "https://github.com/GithubGaoYang/GYHUD.git",
"tag": "0.0.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "GYHUD/Classes/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 1.2.0"
]
},
"swift_version": "5.0"
}