blob: 63cf45f23e113235e0c3e8c2dabdf6c753a80ee1 [file] [log] [blame]
{
"name": "LCProgressHUD",
"version": "1.0.8",
"summary": "A simple progress HUD, base on MBProgressHUD. Support: https://LeoDev.me",
"homepage": "https://github.com/iTofu/LCProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo": "leodaxia@gmail.com"
},
"social_media_url": "https://LeoDev.me",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iTofu/LCProgressHUD.git",
"tag": "1.0.8"
},
"source_files": "LCProgressHUD/**/*.{h,m}",
"resources": "LCProgressHUD/LCProgressHUD.bundle",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 0.9.2"
]
}
}