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