blob: 037081004dbcd66fa259ea7cc5ed2afb1353403e [file] [log] [blame]
{
"name": "DDLoadingHUD",
"version": "0.0.1",
"summary": "HUD工具",
"homepage": "https://github.com/BrownCN023/DDLoadingHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyebiao1990": "347991555@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BrownCN023/DDLoadingHUD.git",
"tag": "0.0.1"
},
"source_files": "DDLoadingHUD/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}