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