blob: 0e102e4852cd6ac87b06b608e8d06f391c72fdc9 [file] [log] [blame]
{
"name": "HXProgressHUD",
"version": "1.0.4",
"summary": "对SVProgressHUD 以及 Toast 二次封装,便于使用",
"description": "提示框 加载 以及 提示toast\n 对SVProgressHUD 以及 Toast 二次封装,便于使用",
"homepage": "https://github.com/EarthMass/ProgressDemo",
"license": "MIT",
"authors": {
"mars": "627556038@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EarthMass/ProgressDemo.git",
"tag": "1.0.4"
},
"source_files": "HXProgress/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Toast": [
"~> 3.1.0"
],
"SVProgressHUD": [
]
}
}