blob: 64f7c9dda65d181aac261022e17da5f7dcc71074 [file] [log] [blame]
{
"name": "MBHUD",
"version": "0.0.4",
"summary": "站在巨人的肩上,MBProgressHUD 简单封装",
"description": "Let MBProgressHUD tu use simple",
"homepage": "https://github.com/qyfeng009/MBHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qyfeng": "qyfeng009@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qyfeng009/MBHUD.git",
"tag": "0.0.4"
},
"source_files": "MBHUD/**/MBHUD.{h,m}",
"resources": "MBHUD/MBHUD/MBHUD.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
]
}
}