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