blob: fd235ad821f5213b60091b08d43b8a146868aa06 [file] [log] [blame]
{
"name": "MarqueeLabel",
"version": "4.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",
"source": {
"git": "https://github.com/cbpowell/MarqueeLabel.git",
"tag": "4.0.2"
},
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}