blob: 574d9e2b1f96999b8e9f43103cfbe6135e875b07 [file] [log] [blame]
{
"name": "FQLSVProgressHUD",
"version": "0.0.4",
"platforms": {
"ios": "6.1"
},
"license": "MIT",
"summary": "A clean and lightweight progress HUD for your iOS and tvOS app.",
"homepage": "https://github.com/SVProgressHUD/SVProgressHUD",
"authors": {
"Sam Vermette": "hello@samvermette.com",
"Tobias Tiemerding": "tobias@tiemerding.com"
},
"source": {
"git": "http://gitlab.dev.fenqile.com:9880/public_iOS/FQLSVProgressHUD.git",
"tag": "0.0.4"
},
"description": "SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. The success and error icons are from Freepik from Flaticon and are licensed under Creative Commons BY 3.0.",
"source_files": "FQLSVProgressHUD/*.{h,m}",
"frameworks": "QuartzCore",
"resources": "FQLSVProgressHUD/SVProgressHUD.bundle",
"requires_arc": true,
"dependencies": {
"FQLSDWebImage": [
]
}
}