blob: 1ae9bf82ad0f76c26408996c0a08f81ecee3f5a1 [file] [log] [blame]
{
"name": "HYHudManager",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "HYHudManager/Classes/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
],
"SVProgressHUD": [
"~> 2.1.0"
]
}
}