blob: 62147e1810a027e4677350d3130ee4a2e6dc4117 [file] [log] [blame]
{
"name": "HYHudManager",
"version": "0.0.1",
"summary": "HUD的二次封装",
"description": "对 MBProgressHUD 和 SVProgressHUD 的二次封装",
"homepage": "https://github.com/oceanfive/HYHudManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"oceanfive": "849638313@qq.com"
},
"source": {
"git": "https://github.com/oceanfive/HYHudManager.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "HYHudManager/Classes/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
],
"SVProgressHUD": [
"~> 2.1.0"
]
}
}