[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / f / 9 / CustomSlider / 1.0.5 / CustomSlider.podspec.json
blob1244e288b0f07ea44a31bbcd84f3da3d89bd33e1
2   "name": "CustomSlider",
3   "version": "1.0.5",
4   "summary": "This Library provide you to customize the slider according to you need",
5   "description": "This Library provide you to customize the slider according to you need you can change the slider height and tint color\n  @IBOutlet weak var customSlider: CustomSlider!\n  \n  self.customSlider.configureSlider(trackHeight: 10, thumbRadius: 30, borderWidth: 5, thumbColor: .green, thumbBorderColor: .black, trackColor: .red)",
6   "homepage": "https://github.com/ranjitrudolf1/CustomSlider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ranjit Kumar": "ranjitrudolf@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ranjitrudolf1/CustomSlider.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CustomSlider/Classes/**/*"