We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49330ef commit 0052bfaCopy full SHA for 0052bfa
Package.swift
@@ -1,15 +1,18 @@
1
-// swift-tools-version:4.2
+// swift-tools-version: 5.7
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: "AlignedCollectionViewFlowLayout",
8
products: [
- .library(name: "AlignedCollectionViewFlowLayout", targets: ["AlignedCollectionViewFlowLayout"])
9
+ .library(
10
+ name: "AlignedCollectionViewFlowLayout",
11
+ targets: ["AlignedCollectionViewFlowLayout"])
12
],
13
targets: [
14
.target(
15
- path: "AlignedCollectionViewFlowLayout"
- )
16
+ path: "AlignedCollectionViewFlowLayout")
17
]
18
)
0 commit comments