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