blob: 56b00ffb30d68c4a3ad2e953f35e435489adaacf [file] [log] [blame]
{
"name": "MarqueeLabel",
"version": "2.0.7",
"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": "2.0.7"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MarqueeLabel.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}