blob: 44948393058dc3960bf6181cf5edea61984eaf86 [file] [log] [blame]
{
"name": "UIView+YFMBProgressHUD",
"version": "0.1.0",
"summary": "based MBProgressHUD, easy-to-use",
"description": "based MBProgressHUD, easy-to-use, show activity、message、complete handle",
"homepage": "https://github.com/yonfong/UIView-MBProgressHUD.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yonfeng": "yonfeng.zhang@gmail.com"
},
"source": {
"git": "https://github.com/yonfong/UIView-MBProgressHUD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIView-MBProgressHUD/Classes/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}