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.
2 parents 1fc9118 + 6f7496d commit 8a06e28Copy full SHA for 8a06e28
Package.swift
@@ -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
12
+ path: "CollectionViewCenteredFlowLayout"
13
+ )
14
15
+ swiftLanguageVersions: [.v5]
16
+)
0 commit comments