[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / f / 9 / CustomSlider / 1.0.1 / CustomSlider.podspec.json
bloba4732c4eed58d6180cf5e09b1b19f6a91bafdc23
2   "name": "CustomSlider",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CustomSlider/Classes/**/*"