blob: 9635ff892a7ae2526aa362dc0aeb728dbfe8fa58 [file] [log] [blame]
{
"name": "YXProgressHUDView",
"version": "2.0.0",
"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.0"
},
"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"
}