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 2c07412 commit 2a46221Copy full SHA for 2a46221
Package.swift
@@ -8,7 +8,8 @@ let package = Package(
8
],
9
targets: [
10
.target(
11
- name: "AlignedCollectionViewFlowLayout"
+ name: "AlignedCollectionViewFlowLayout",
12
+ path: "AlignedCollectionViewFlowLayout"
13
)
14
]
15
0 commit comments