mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
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:
+2
-2
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user