blob: e797743f047e67fbfa949f205394d436fb9f6e92 [file] [log] [blame]
{
"name": "UICircularSlider",
"version": "1.0.3",
"summary": "An iOS UISlider which displays value in a circle / pie.",
"description": " An alternative to iOS SDK UISlider displayed as a circle.\n Just drop it anywhere to replace an existing UISlider, as it uses the same properties\n and has the same behavior.\n Capabilities:\n * Set a minimum and maximum value\n * Set a tint color for minimum track, maximum track and the thumb\n * Choose between Circle and Pie representation\n",
"homepage": "https://github.com/Zedenem/UICircularSlider",
"license": {
"type": "MIT",
"file": "UICircularSlider/LICENSE"
},
"authors": {
"Zedenem": "zouhair.mahieddine@gmail.com"
},
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/Zedenem/UICircularSlider.git",
"tag": "1.0.3"
},
"source_files": "UICircularSlider/*.{h,m}",
"requires_arc": true
}