Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekyle authored Jul 6, 2019
1 parent eae7ea2 commit 54d81c7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
import PackageDescription

let package = Package(
name: "USBDeviceSwift"
name: "USBDeviceSwift",
products: [
.library(
name: "USBDeviceSwift",
targets: ["USBDeviceSwift"]),
],
targets: [
.target(
name: "USBDeviceSwift",
dependencies: [])
]
)

0 comments on commit 54d81c7

Please sign in to comment.