blob: 04ea9ed56240a812f87943080897c62bb7f5293c [file] [log] [blame]
{
"name": "SVProgressHUD",
"version": "2.0-beta",
"platforms": {
"ios": "6.1",
"tvos": "9.0"
},
"license": "MIT",
"summary": "A clean and lightweight progress HUD for your iOS app.",
"homepage": "http://samvermette.com/199",
"authors": {
"Sam Vermette": "hello@samvermette.com",
"Tobias Tiemerding": "tobias@tiemerding.com"
},
"source": {
"git": "https://github.com/TransitApp/SVProgressHUD.git",
"tag": "2.0-beta"
},
"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 Freepik.",
"source_files": "SVProgressHUD/*.{h,m}",
"frameworks": "QuartzCore",
"resources": "SVProgressHUD/SVProgressHUD.bundle",
"requires_arc": true
}