blob: 012340fb5a084528c96de1270db927a992db5f2c [file] [log] [blame]
{
"name": "HYHudView",
"version": "0.0.1",
"summary": "HYHudView",
"description": "iOS中的UIView添加加载HUD控件",
"homepage": "https://github.com/oceanfive/HYHudView",
"license": "MIT",
"authors": {
"oceanfive": "849638313@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/oceanfive/HYHudView.git",
"tag": "0.0.1"
},
"source_files": "HYHudView/HYHudView/HudView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
}
}