blob: 204649cd723dbd5874f109a0c75d90551a464a7b [file] [log] [blame]
{
"name": "DashedSlider",
"version": "0.2.0",
"summary": "Dashed-style UISlider written in Swift",
"description": "DashedSlider is a subclass of UISlider. You can easily make dashed-style sliders and customize it.",
"homepage": "https://github.com/ayalcinkaya/DashedSlider",
"screenshots": "https://raw.githubusercontent.com/ayalcinkaya/DashedSlider/master/images/ss.png",
"license": "MIT",
"authors": {
"ayalcinkaya": "ahmetyk@gmail.com"
},
"source": {
"git": "https://github.com/ayalcinkaya/DashedSlider.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DashedSlider": [
"Pod/Assets/*.png"
]
}
}