blob: 5e3d3fa60e58fee24fb0dc7b81f9480c64715b1b [file] [log] [blame]
{
"name": "MarqueeLabel",
"version": "1.0.2",
"summary": "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed.",
"homepage": "https://github.com/cbpowell/MarqueeLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Powell": "cbpowell@gmail.com"
},
"source": {
"git": "https://github.com/cbpowell/MarqueeLabel.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MarqueeLabel.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}