blob: 54bf336274076b9ae4620e4ffa6c901b7075926e [file] [log] [blame]
{
"name": "UIView+MBProgressHUD",
"version": "1.0.1",
"summary": "给MBProgressHUD写的扩展",
"homepage": "https://github.com/josercc/UIView-MBProgressHUD",
"license": "MIT",
"authors": {
"15038777234": "15038777234@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/josercc/UIView-MBProgressHUD.git",
"tag": "1.0.1"
},
"source_files": "Class/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
}
}