blob: 8ebe969875fce2d1c259cc9ae69f1db17a72137b [file] [log] [blame]
{
"name": "NHHUDExtend",
"version": "1.0.1",
"summary": "MBProgressHUD的封装,使用方便、快捷",
"description": "MBProgressHUD定制化封装,使用方便、快捷",
"homepage": "https://github.com/neghao/NHHUDExtend",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"neghao_pro": "neghao@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/neghao/NHHUDExtend.git",
"tag": "1.0.1"
},
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
},
"source_files": "NHHUDExtend/*.{h,m}",
"requires_arc": true
}