We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19789a commit 6b72f0dCopy full SHA for 6b72f0d
1 file changed
Package.swift
@@ -3,6 +3,9 @@ import PackageDescription
3
4
let package = Package(
5
name: "SwiftLIFX",
6
+ products: [
7
+ .library(name: "SwiftLIFX", targets: ["SwiftLIFX"]),
8
+ ],
9
dependencies: [
10
// Event-driven network application framework for high performance protocol servers & clients, non-blocking.
11
.package(url: "https://github.com/apple/swift-nio.git", from: "1.3.1"),
0 commit comments