blob: 1fbafef28624d6c68215d7beba284a42d5f4a22b [file] [log] [blame]
{
"name": "MBProgressHUD-YF",
"version": "1.0.0",
"summary": "An iOS activity indicator view.",
"description": "MBProgressHUD is an iOS drop-in class that displays a translucent HUD\nwith an indicator and/or labels while work is being done in a background thread.\nThe HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD\nwith some additional features.",
"homepage": "https://github.com/BigShow1949/MBProgressHUD-YF.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BigShow1949": "1029883589@qq.com"
},
"source": {
"git": "https://github.com/BigShow1949/MBProgressHUD-YF.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MBProgressHUD+YF/Tool/**/*.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore",
"UIKit"
],
"requires_arc": true
}