Skip to content

Commit 6f7496d

Browse files
committed
Added SPM Support
Signed-off-by: Mohammad Porooshani <[email protected]>
1 parent 1fc9118 commit 6f7496d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Package.swift

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// swift-tools-version:5.0
2+
import PackageDescription
3+
4+
let package = Package(
5+
name: "CollectionViewCenteredFlowLayout",
6+
products: [
7+
.library(name: "CollectionViewCenteredFlowLayout", targets: ["CollectionViewCenteredFlowLayout"])
8+
],
9+
targets: [
10+
.target(
11+
name: "CollectionViewCenteredFlowLayout",
12+
path: "CollectionViewCenteredFlowLayout"
13+
)
14+
],
15+
swiftLanguageVersions: [.v5]
16+
)

0 commit comments

Comments
 (0)