blob: c424a0faacf9ce90fd0cca791d51fa50a627ec42 [file] [log] [blame]
{
"name": "SVProgressHUD",
"version": "1.1.3",
"platforms": {
"ios": "6.1"
},
"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/TransitApp/SVProgressHUD.git",
"tag": "1.1.3"
},
"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
}