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

Commit

Permalink
Add library product
Browse files Browse the repository at this point in the history
  • Loading branch information
sendyhalim committed Jan 31, 2019
1 parent 44f846c commit 881486d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import PackageDescription

let package = Package(
name: "Swime",
products: [
.library(name: "Swime", targets: ["Swime"])
],
dependencies: [
.package(url: "https://github.com/Quick/Quick", from: "1.3.4"),
.package(url: "https://github.com/Quick/Nimble", from: "7.3.3")
Expand Down

0 comments on commit 881486d

Please sign in to comment.