blob: ecb8070be2f14eb9348dbf2a7d781356b42db3f6 [file] [log] [blame]
{
"name": "SYProgressHUD",
"version": "0.1",
"summary": "基于MBProgressHUD的封装",
"description": "easy use SYProgressHUD on iOS,use by readme",
"homepage": "https://github.com/YangShi123/SYProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"石阳": "421111472@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YangShi123/SYProgressHUD.git",
"tag": "v0.1"
},
"source_files": "SYProgressHUD/*.{h,m}",
"dependencies": {
"MBProgressHUD": [
]
},
"resources": "SYProgressHUD/*.bundle"
}