Skip to content

Commit

Permalink
renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
navanchauhan committed Dec 13, 2023
1 parent 3916948 commit 1b87d27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
import PackageDescription

let package = Package(
name: "swift-gopher",
name: "swiftGopher",
products: [
.library(
name: "swiftGopher",
targets: ["swiftGopherClient"]
)
],
dependencies: [
.package(
url: "https://github.com/apple/swift-nio",
Expand Down

0 comments on commit 1b87d27

Please sign in to comment.