blob: 2333f89f037d8f3966662ccf30fd80f4357a455e [file] [log] [blame]
{
"name": "WProgressHUD",
"version": "0.1.1",
"summary": "WProgressHUD for HUD.",
"description": "view loading and customer Toast",
"homepage": "http://www.jianshu.com/u/06f42a993882",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"winter.wd": "winterw201501@gmail.com"
},
"source": {
"git": "https://github.com/winterwd/WProgressHUD.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WProgressHUD/Classes/**/*",
"resource_bundles": {
"WProgressHUD": [
"WProgressHUD/Assets/*.png"
]
},
"public_header_files": "WProgressHUD/Classes/**/*.h",
"dependencies": {
"MBProgressHUD": [
"~>1.0"
]
}
}