Skip to content

Commit 0052bfa

Browse files
author
Semen Osipov
committed
Updated Package.swift
1 parent 49330ef commit 0052bfa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Package.swift

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
// swift-tools-version:4.2
1+
// swift-tools-version: 5.7
2+
// The swift-tools-version declares the minimum version of Swift required to build this package.
3+
24
import PackageDescription
35

46
let package = Package(
57
name: "AlignedCollectionViewFlowLayout",
68
products: [
7-
.library(name: "AlignedCollectionViewFlowLayout", targets: ["AlignedCollectionViewFlowLayout"])
9+
.library(
10+
name: "AlignedCollectionViewFlowLayout",
11+
targets: ["AlignedCollectionViewFlowLayout"])
812
],
913
targets: [
1014
.target(
1115
name: "AlignedCollectionViewFlowLayout",
12-
path: "AlignedCollectionViewFlowLayout"
13-
)
16+
path: "AlignedCollectionViewFlowLayout")
1417
]
1518
)

0 commit comments

Comments
 (0)