We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe7025 commit 74004b0Copy full SHA for 74004b0
Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
4
let package = Package(
5
name: "RangeUISlider",
6
platforms: [
7
- .iOS(.v9)
+ .iOS(.v13)
8
],
9
products: [
10
.library(name: "RangeUISlider", targets: ["RangeUISlider"])
0 commit comments