blob: 85ab0a7f26b37bfceb5632f18de5831eaacee9a4 [file] [log] [blame]
{
"name": "KProgressHUD",
"version": "1.1.1",
"summary": "An iOS activity indicator view.",
"description": "KProgressHUD is a framework that rewrite the [MBProgressHUD](https://github.com/jdg/MBProgressHUD) in Swift.",
"homepage": "https://github.com/growup-together/KProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Kid17 iOS Team",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/growup-together/KProgressHUD.git",
"tag": "1.1.1"
},
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"source_files": "KProgressHUD/Classes/**/*.swift",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}