Skip to content

Commit 1500ac6

Browse files
committed
Update SPM deployment target to iOS 13
1 parent 021e80a commit 1500ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "FlexLayout",
88
platforms: [
9-
.iOS(.v12),
9+
.iOS(.v13),
1010
],
1111
products: [
1212
.library(name: "FlexLayout", targets: ["FlexLayout"]),

0 commit comments

Comments
 (0)