blob: c7078a130756b42d036ab0dd54b2f49cb09fcc05 [file] [log] [blame]
{
"name": "LXSlider",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"LXSlider",
"LXSlider/{LXSlider}.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"Masonry": [
]
}
}