blob: abf02204231fcaa6ccea65864c29441627aaf4cf [file] [log] [blame]
{
"name": "UIProgressHUD",
"version": "0.0.1",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"summary": "An extensible and elegent progress HUD for iOS.",
"homepage": "https://github.com/cszwdy/UIProgressHUD",
"authors": {
"Emiaostein": "cszwdy@gmail.com"
},
"source": {
"git": "https://github.com/cszwdy/UIProgressHUD.git",
"tag": "0.0.1"
},
"description": "UIProgressHUD is elegent, it provides Apple style HUD in default. UIProgressHUD is also extensible, you can extend your HUD easily. It may be the best HUD for iOS.",
"source_files": "UIProgressHUD/**/*.{h,swift}",
"resources": "UIProgressHUD/**/*.{storyboard,xcassets}",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}