blob: 5536e0e2f030f552e3a260e682c6e298d2617ef9 [file] [log] [blame]
{
"name": "JZLProgressHUD",
"version": "1.0.7",
"summary": "iOS基于MBProgressHUD的二次封装HUD显示框架",
"description": "iOS基于MBProgressHUD的二次封装HUD显示框架,方便调用",
"homepage": "https://github.com/allenjzl/JZLProgressHUD",
"license": "MIT",
"authors": {
"jiangzunlong": "allenjzl@163.com"
},
"source": {
"git": "https://github.com/allenjzl/JZLProgressHUD.git",
"tag": "1.0.7"
},
"source_files": "JZLProgressHUD/*.{h,m}",
"resources": "JZLProgressHUD/**/*.png",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"MBProgressHUD": [
]
}
}