blob: b6e35d660e90bd36142dc626e0451be6f8559e6a [file] [log] [blame]
{
"name": "LBProgressHUD",
"version": "1.0.0",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/huangtie/LBProgressHUD",
"license": "MIT",
"authors": {
"huangtie": "261788479@qq.com"
},
"source": {
"git": "https://github.com/huangtie/LBProgressHUD.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "LBProgressHUD/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"CoreText"
]
}