We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f7348 commit 7e1b0feCopy full SHA for 7e1b0fe
Package.swift
@@ -4,6 +4,11 @@ import PackageDescription
4
5
let package = Package(
6
name: "DoctorPretty",
7
+ products: [
8
+ .library(
9
+ name: "DoctorPretty",
10
+ targets: ["DoctorPretty"]),
11
+ ],
12
dependencies: [
13
.package(url: "https://github.com/typelift/Algebra.git", .exact("0.2.0")),
14
.package(url: "https://github.com/typelift/Swiftx.git", .exact("0.6.0")),
0 commit comments