blob: 71b778392b617ab17db068a4c342c7c20a393e2f [file] [log] [blame]
{
"name": "YXProgressHUDView",
"version": "2.0.1",
"summary": "An iOS activity indicator view.",
"description": "YXProgressHUDView 是使用C语言基于MBProgressHUD的再封装,只为使用更简单",
"homepage": "https://github.com/caoyunxiao/YXProgressHUDView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matej caoyunxiao": "chinacgcgcg@163.com"
},
"source": {
"git": "https://github.com/caoyunxiao/YXProgressHUDView.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "YXProgressHUDView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
},
"resources": "YXProgressHUDView/Resources/YXBundle.bundle"
}