blob: 79ca310aea207644d39189af87a28c6269adc729 [file] [log] [blame]
{
"name": "SVProgressHUDs",
"version": "0.8.2",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "A clean and lightweight progress HUD for your iOS app.",
"homepage": "http://samvermette.com/199",
"authors": {
"Sam Vermette": "hello@samvermette.com"
},
"source": {
"git": "https://github.com/sureshxaton/SVProgressHUD.git",
"branch": "develop",
"tag": "0.8.2"
},
"description": "SVProgressHUD is an easy-to-use, clean and lightweight progress HUD for iOS. It’s a simplified and prettified alternative to the popular MBProgressHUD. The success and error icons are from Glyphish.",
"source_files": "SVProgressHUD/*.{h,m}",
"preserve_paths": "Demo",
"frameworks": "QuartzCore",
"resources": "SVProgressHUD/SVProgressHUD.bundle",
"requires_arc": true
}