blob: 4675ebe42925e2650a941f28f6dacc17b5181ea6 [file] [log] [blame]
{
"name": "CAProgressHUD",
"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/diong/CAProgressHUD.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
}