Files
2016-11-16 22:10:47 +01:00

24 lines
967 B
JSON

{
"name": "HGCircularSlider",
"version": "1.0.2",
"summary": "Multiple Circular Sliders used to select a value from a continuous range of values.",
"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": "1.0.2"
},
"social_media_url": "https://twitter.com/GhazouaniHamza",
"platforms": {
"ios": "8.0"
},
"source_files": "HGCircularSlider/Classes/**/*"
}