blob: ba5124661ca261ee04d1109fe84f0df0afcc04b8 [file] [log] [blame]
{
"name": "ViewHUD",
"version": "0.0.1",
"summary": "一个用于ViewHUD显示的UIView分类",
"description": "用于显示HUD",
"homepage": "https://github.com/Gioures/ViewHUD",
"license": "MIT",
"authors": {
"Gioures": "756119874@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Gioures/ViewHUD.git",
"tag": "v1.0"
},
"source_files": [
"ViewHUD",
"ViewHUD/ViewHUD/HUD/*.{h,m}"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}