blob: 8b803953a82713da3646b485fa609f7ed04560ef [file] [log] [blame]
{
"name": "LCProgressHUD",
"version": "1.0.1",
"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.1"
},
"source_files": "LCProgressHUD/**/*.{h,m}",
"resources": "LCProgressHUD/LCProgressHUD.bundle",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
]
}
}