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 81119d0 + 2a46221 commit 49330efCopy full SHA for 49330ef
Package.swift
@@ -0,0 +1,15 @@
1
+// swift-tools-version:4.2
2
+import PackageDescription
3
+
4
+let package = Package(
5
+ name: "AlignedCollectionViewFlowLayout",
6
+ products: [
7
+ .library(name: "AlignedCollectionViewFlowLayout", targets: ["AlignedCollectionViewFlowLayout"])
8
+ ],
9
+ targets: [
10
+ .target(
11
12
+ path: "AlignedCollectionViewFlowLayout"
13
+ )
14
+ ]
15
+)
0 commit comments