Skip to content

Commit 0425bb9

Browse files
authored
Merge pull request #10 from klaaspieter/spm
Define library product
2 parents 507b790 + a5e9d10 commit 0425bb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import PackageDescription
44

55
let package = Package(
66
name: "Docopt",
7+
products: [
8+
.library(name: "Docopt", targets: ["Docopt"])
9+
],
710
targets: [
811
.target(
912
name: "Docopt",
@@ -17,4 +20,4 @@ let package = Package(
1720
// path: "DocoptTests"
1821
// )
1922
]
20-
)
23+
)

0 commit comments

Comments
 (0)