blob: c925fcbb3ab634c0bb15618705d0918c074615cb [file] [log] [blame]
{
"name": "YXProgressHUDView",
"version": "1.0.5",
"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": "1.0.5"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "YXProgressHUDView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
]
},
"resources": "YXProgressHUDView/Resources/YXProgressHUDView.bundle"
}