blob: fe653a57dc8ff7e06536d9cf2bc08a3b17da082b [file] [log] [blame]
{
"name": "DFProgressHUD",
"version": "1.0.3",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "A clean and lightweight progress HUD for your iOS app.",
"homepage": "http://www.dramafever.com",
"authors": {
"Dan Morrow": "dmorrow@dramafever.com"
},
"source": {
"git": "https://github.com/DramaFever/DFProgressHUD.git",
"tag": "DF1.0.3"
},
"description": "DFProgressHUD is a fork of SVProgressHUD. The key difference is the addition of adding an array of images, to be animated, which was needed for our apps. The success and error icons are from Glyphish.",
"source_files": "SVProgressHUD/*.{h,m}",
"frameworks": "QuartzCore",
"resources": "SVProgressHUD/SVProgressHUD.bundle",
"requires_arc": true
}