[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / e / 4 / 6 / UICircularSlider / 1.0.3 / UICircularSlider.podspec.json
blobe797743f047e67fbfa949f205394d436fb9f6e92
2   "name": "UICircularSlider",
3   "version": "1.0.3",
4   "summary": "An iOS UISlider which displays value in a circle / pie.",
5   "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",
6   "homepage": "https://github.com/Zedenem/UICircularSlider",
7   "license": {
8     "type": "MIT",
9     "file": "UICircularSlider/LICENSE"
10   },
11   "authors": {
12     "Zedenem": "zouhair.mahieddine@gmail.com"
13   },
14   "platforms": {
15     "ios": "4.0"
16   },
17   "source": {
18     "git": "https://github.com/Zedenem/UICircularSlider.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "UICircularSlider/*.{h,m}",
22   "requires_arc": true