Skip to content

Commit

Permalink
fix: Expose library product in Swift Package Manager
Browse files Browse the repository at this point in the history
Fixes #55
  • Loading branch information
kylef committed Sep 28, 2017
1 parent 31d0858 commit a192e8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Commander Changelog

## Master

### Bug Fixes

- The Swift Package now contains the Commander library product.

## 0.7.0

Switches to Swift 4.0.
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "Commander",
products: [
.library(name: "Commander", targets: ["Commander"]),
],
dependencies: [
.package(url: "https://github.com/kylef/Spectre.git", from: "0.8.0"),
],
Expand Down

0 comments on commit a192e8a

Please sign in to comment.