File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version: 5.7
1
+ // swift-tools-version: 6.0
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
Original file line number Diff line number Diff line change
1
+ // swift-tools-version: 5.7
2
+ // The swift-tools-version declares the minimum version of Swift required to build this package.
3
+
4
+ import PackageDescription
5
+
6
+ let package = Package (
7
+ name: " AlignedCollectionViewFlowLayout " ,
8
+ products: [
9
+ . library(
10
+ name: " AlignedCollectionViewFlowLayout " ,
11
+ targets: [ " AlignedCollectionViewFlowLayout " ] )
12
+ ] ,
13
+ targets: [
14
+ . target(
15
+ name: " AlignedCollectionViewFlowLayout " ,
16
+ path: " AlignedCollectionViewFlowLayout " )
17
+ ]
18
+ )
You can’t perform that action at this time.
0 commit comments