blob: bb13bae0efc5aba50cb26803a0f8436258396c04 [file] [log] [blame]
{
"name": "PSProgressHUD",
"version": "0.0.7",
"summary": "使用链式的方式来封装MBProgressHUD,方便书写",
"description": "使用链式的方式来封装MBProgressHUD,方便书写,基于MBProgressHUD的1.1.0版本,适配成0.9.x的样式",
"homepage": "https://github.com/huangzhifei/PSProgressHUD.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eric": "huangzhifei2009@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huangzhifei/PSProgressHUD.git",
"tag": "0.0.7"
},
"source_files": "PSProgressHUD/PSProgressHUD/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}