blob: ab02b079b18d0e1abc82a2c26e30c9d8895af225 [file] [log] [blame]
{
"name": "SHProgressHUD",
"version": "1.0.1",
"summary": "HUD封装",
"description": "基于SVProgressHUD的封装",
"homepage": "http://git.oschina.net/itav/SHProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"itav": "itav_yf@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "git@git.oschina.net:itav/SHProgressHUD.git",
"tag": "1.0.1"
},
"source_files": "SHProgressHUD/SHProgressHUD/*.{h,m}",
"public_header_files": "SHProgressHUD/SHProgressHUD/*.h",
"requires_arc": true,
"dependencies": {
"SVProgressHUD": [
]
}
}