blob: 0677d9f4cecd33aa2a165086a660dbe8a8172d83 [file] [log] [blame]
{
"name": "MBHUD",
"version": "0.0.6",
"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.6"
},
"source_files": "MBHUD/**/MBHUD.{h,m}",
"resources": "MBHUD/MBHUD/MBHUD.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
]
}
}