26 lines
1020 B
JSON
26 lines
1020 B
JSON
{
|
|
"name": "HGCircularSlider",
|
|
"version": "2.2.0",
|
|
"summary": "Multiple Circular Sliders used to select a value from a continuous range of values.",
|
|
"swift_versions": "5.0",
|
|
"description": "Circular Sliders used to select a value from a continuous range of values.\n\nCircularSlider: simple circular slider\nRangeCircularSlider: slider with two points to select a range of values from a continuous range of values\nMidPointCircularSlider: slider with fixed range to select a range of values from a continuois range of values",
|
|
"homepage": "https://github.com/HamzaGhazouani/HGCircularSlider",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Hamza Ghazouani": "hamza.ghazouani@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/HamzaGhazouani/HGCircularSlider.git",
|
|
"tag": "2.2.0"
|
|
},
|
|
"social_media_url": "https://twitter.com/GhazouaniHamza",
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "HGCircularSlider/Classes/**/*",
|
|
"swift_version": "5.0"
|
|
}
|