blob: fe21583deb75faf2d65220c001687cca059e2d10 [file] [log] [blame]
{
"name": "DashedSlider",
"version": "0.1.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",
"license": "MIT",
"authors": {
"ayalcinkaya": "ahmetyk@gmail.com"
},
"source": {
"git": "https://github.com/ayalcinkaya/DashedSlider.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DashedSlider": [
"Pod/Assets/*.png"
]
}
}