Add names of dependecies packages to SPM manifest

This should ensure that SPM users won't have to download swcomp's dependencies.
This commit is contained in:
Timofey Solomko
2022-09-24 13:46:42 +03:00
parent f7f9ccaeb1
commit 03d7daee9f
+2 -2
View File
@@ -9,9 +9,9 @@ let package = Package(
targets: ["SWCompression"]),
],
dependencies: [
.package(url: "https://github.com/tsolomko/BitByteData",
.package(name: "BitByteData", url: "https://github.com/tsolomko/BitByteData",
from: "2.0.0"),
.package(url: "https://github.com/jakeheis/SwiftCLI",
.package(name: "SwiftCLI", url: "https://github.com/jakeheis/SwiftCLI",
from: "6.0.0"),
],
targets: [