Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 881486d

Browse files
committed
Add library product
1 parent 44f846c commit 881486d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import PackageDescription
33

44
let package = Package(
55
name: "Swime",
6+
products: [
7+
.library(name: "Swime", targets: ["Swime"])
8+
],
69
dependencies: [
710
.package(url: "https://github.com/Quick/Quick", from: "1.3.4"),
811
.package(url: "https://github.com/Quick/Nimble", from: "7.3.3")

0 commit comments

Comments
 (0)