[Add] iOS_wis 3.1.20
[CocoaPods.git] / Specs / 1 / a / 9 / DashedSlider / 0.1.0 / DashedSlider.podspec.json
blobfe21583deb75faf2d65220c001687cca059e2d10
2   "name": "DashedSlider",
3   "version": "0.1.0",
4   "summary": "Dashed-style UISlider written in Swift",
5   "description": "DashedSlider is a subclass of UISlider. You can easily make dashed-style sliders and customize it.",
6   "homepage": "https://github.com/ayalcinkaya/DashedSlider",
7   "license": "MIT",
8   "authors": {
9     "ayalcinkaya": "ahmetyk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ayalcinkaya/DashedSlider.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DashedSlider": [
22       "Pod/Assets/*.png"
23     ]
24   }