Skip to content

Commit 7e1b0fe

Browse files
authored
Include product in swift package (#9)
1 parent d3f7348 commit 7e1b0fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import PackageDescription
44

55
let package = Package(
66
name: "DoctorPretty",
7+
products: [
8+
.library(
9+
name: "DoctorPretty",
10+
targets: ["DoctorPretty"]),
11+
],
712
dependencies: [
813
.package(url: "https://github.com/typelift/Algebra.git", .exact("0.2.0")),
914
.package(url: "https://github.com/typelift/Swiftx.git", .exact("0.6.0")),

0 commit comments

Comments
 (0)