blob: 198ba094a8450abac5114ea7578601ea5cb8155e [file] [log] [blame]
{
"name": "MarqueeLabel-ObjC",
"deprecated_in_favor_of": "MarqueeLabel",
"version": "3.3.0",
"summary": "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed.",
"homepage": "https://github.com/cbpowell/MarqueeLabel-ObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Charles Powell",
"source": {
"git": "https://github.com/cbpowell/MarqueeLabel-ObjC.git",
"tag": "3.3.0"
},
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"source_files": "Sources/*.{h,m}",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
}
}