blob: 07b50f9beaf796c59ebc7a98d1777171fd1b55dc [file] [log] [blame]
{
"name": "KProgressHUD",
"version": "1.0.3",
"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.3"
},
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"source_files": "KProgressHUD/Classes/**/*.swift",
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
}
}