blob: ac1ff5bea77aafe967cc22044bdce92c8078cbf9 [file] [log] [blame]
{
"name": "KProgressHUD",
"version": "1.0.2",
"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": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/growup-together/KProgressHUD.git",
"tag": "1.0.2"
},
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"source_files": "KProgressHUD/Classes/**/*.swift",
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
}
}