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 81119d0 commit 2c07412Copy full SHA for 2c07412
Package.swift
@@ -0,0 +1,14 @@
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
+ name: "AlignedCollectionViewFlowLayout"
12
+ )
13
+ ]
14
+)
0 commit comments