[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / a / 9 / DashedSlider / 0.2.0 / DashedSlider.podspec.json
blob204649cd723dbd5874f109a0c75d90551a464a7b
2   "name": "DashedSlider",
3   "version": "0.2.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   "screenshots": "https://raw.githubusercontent.com/ayalcinkaya/DashedSlider/master/images/ss.png",
8   "license": "MIT",
9   "authors": {
10     "ayalcinkaya": "ahmetyk@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ayalcinkaya/DashedSlider.git",
14     "tag": "0.2.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "DashedSlider": [
23       "Pod/Assets/*.png"
24     ]
25   }