blob: c3db31426ac634c4c417699bbced917a3417d9b6 [file] [log] [blame]
{
"name": "LLProgressHUD",
"version": "0.0.1",
"summary": "An iOS activity indicator view.",
"description": "LLProgressHUD is an iOS drop-in class that displays a translucent HUD \nwith an indicator and/or labels while work is being done in a background thread.",
"homepage": "https://github.com/lianleven/LLProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leven": "lianleven@163.com"
},
"source": {
"git": "https://github.com/lianleven/LLProgressHUD.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0",
"tvos": "6.0"
},
"source_files": "LLProgressHUD/**/*.{h,m}",
"resources": "LLProgressHUD/LLProgressHUD.bundle",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}