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

Commit

Permalink
Enable library usage in Swift Package Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszbak committed Mar 29, 2020
1 parent 4cdec66 commit ce43787
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 @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "lor-deckcodes",
products: [
.library(name: "LoRDeckCodes", targets: ["LoRDeckCodes"]),
],
targets: [
.target(
name: "LoRDeckCodes",
Expand Down

0 comments on commit ce43787

Please sign in to comment.