blob: 3fd6b854afdc261c88a4ae4f6d9d13495a81263c [file] [log] [blame]
{
"name": "LCProgressHUD",
"version": "1.0.3",
"summary": "A simple progress HUD. Support: http://www.leodong.com",
"homepage": "https://github.com/LeoiOS/LCProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo": "leoios@sina.com"
},
"social_media_url": "http://www.leodong.com",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LeoiOS/LCProgressHUD.git",
"tag": "1.0.3"
},
"source_files": "LCProgressHUD/**/*.{h,m}",
"resources": "LCProgressHUD/LCProgressHUD.bundle",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
]
}
}