blob: 25c7f83e6731cbab69f78f17452e7a8c2d8b802c [file] [log] [blame]
{
"name": "LXSlider",
"version": "1.0.2",
"summary": "A customize UISlider.",
"description": "It is a marquee view used on iOS, which implement by\nObjective-C.",
"homepage": "https://github.com/linx214/LXSlider",
"license": "MIT",
"authors": {
"linx214": "linx214@gmail.com"
},
"source": {
"git": "https://github.com/linx214/LXSlider.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"LXSlider",
"LXSlider/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}