[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 9 / d / e / YSRangeSlider / 3.0.0 / YSRangeSlider.podspec.json
blob27403548a74ebc43e2f003637f719526b633aca7
2   "name": "YSRangeSlider",
3   "version": "3.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Configurable range slider for iOS (IBInspectable and IBDesignable)",
9   "homepage": "https://github.com/YardiSystems/YSRangeSlider",
10   "source": {
11     "git": "https://github.com/YardiSystems/YSRangeSlider.git",
12     "tag": "3.0.0"
13   },
14   "authors": {
15     "Laurentiu Ungur": "laurentiu.ungur@yardi.com"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YSRangeSlider/*.{swift}",
22   "preserve_paths": "README*",
23   "xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   }