[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / f / RangeUISlider / 4.0.1 / RangeUISlider.podspec.json
blob6af016fe7a2fb70a2a3074a94466adb2a5e0853a
2   "name": "RangeUISlider",
3   "version": "4.0.1",
4   "summary": "A highly customizable iOS range selection slider",
5   "description": "An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box.",
6   "homepage": "https://github.com/chicio/RangeUISlider",
7   "screenshots": "https://raw.githubusercontent.com/chicio/RangeUISlider/master/Screenshots/rangeuislider-example.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "chicio": "fabrizio.duroni@gmail.com"
14   },
15   "social_media_url": "https://github.com/chicio",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/chicio/RangeUISlider.git",
21     "tag": "4.0.1"
22   },
23   "source_files": [
24     "Source",
25     "Source/**/*.{h,m}",
26     "Source/**/*.swift"
27   ],
28   "exclude_files": "Source/Exclude",
29   "swift_versions": "5.0",
30   "weak_frameworks": "SwiftUI",
31   "swift_version": "5.0"