blob: 4e779fc2396f7c9054cbc95a3fa94dbe18a0394b [file] [log] [blame]
{
"name": "MSSnappingSlider",
"version": "0.1.0",
"summary": "Subclass of UISlider which snaps to specific values based on the step value provided.",
"swift_version": "4.2",
"description": "MSSnappingSlider is a subclass of `UISlider` that will give you access to 2 attributes, `step` and `threshold` where you can define exactly how the snapping should work.",
"homepage": "https://github.com/MaherKSantina/MSSnappingSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MaherKSantina": "maher.santina90@gmail.com"
},
"source": {
"git": "https://github.com/MaherKSantina/MSSnappingSlider.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MSSnappingSlider/Classes/**/*"
}