blob: 4cf54c6401132825c9389e483eb5fda301016973 [file] [log] [blame]
{
"name": "MBProgressHUD+Add",
"version": "0.0.2",
"summary": "给UIView和UIViewController添加HUD扩展,以便使用.",
"homepage": "https://github.com/ONECATYU/MBProgressHUD-Add",
"authors": {
"capsule": "786910875"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ONECATYU/MBProgressHUD-Add.git",
"tag": "0.0.2"
},
"source_files": [
"MBProgressHUD+Add",
"MBProgressHUD+Add/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
}
}