Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
sroebert authored Apr 22, 2018
1 parent d19789a commit 6b72f0d
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: "SwiftLIFX",
products: [
.library(name: "SwiftLIFX", targets: ["SwiftLIFX"]),
],
dependencies: [
// Event-driven network application framework for high performance protocol servers & clients, non-blocking.
.package(url: "https://github.com/apple/swift-nio.git", from: "1.3.1"),
Expand Down

0 comments on commit 6b72f0d

Please sign in to comment.