blob: f4ab70628e5d40be16107363afa07449fcd3d457 [file] [log] [blame]
{
"name": "MarqueeLabel",
"version": "2.7.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",
"source": {
"git": "https://github.com/cbpowell/MarqueeLabel.git",
"tag": "2.7.7"
},
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"default_subspecs": "ObjC",
"subspecs": [
{
"name": "ObjC",
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{h,m}"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift"
}
]
}