blob: e33b0b9ecc7503caf5ae28d337e8d5d795094fed [file] [log] [blame]
{
"name": "MarqueeLabel-Swift",
"version": "2.4.3",
"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-Swift.git",
"tag": "2.4.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Classes/*.{swift}",
"frameworks": "QuartzCore",
"requires_arc": true
}