Skip to content

Commit

Permalink
Include product in swift package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkase authored Dec 31, 2017
1 parent d3f7348 commit 7e1b0fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import PackageDescription

let package = Package(
name: "DoctorPretty",
products: [
.library(
name: "DoctorPretty",
targets: ["DoctorPretty"]),
],
dependencies: [
.package(url: "https://github.com/typelift/Algebra.git", .exact("0.2.0")),
.package(url: "https://github.com/typelift/Swiftx.git", .exact("0.6.0")),
Expand Down

0 comments on commit 7e1b0fe

Please sign in to comment.