We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021e80a commit 1500ac6Copy full SHA for 1500ac6
Package.swift
@@ -1,12 +1,12 @@
1
-// swift-tools-version:5.3
+// swift-tools-version:5.5
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
5
6
let package = Package(
7
name: "FlexLayout",
8
platforms: [
9
- .iOS(.v12),
+ .iOS(.v13),
10
],
11
products: [
12
.library(name: "FlexLayout", targets: ["FlexLayout"]),
0 commit comments