Skip to content

Instantly share code, notes, and snippets.

@codeOfRobin
Created January 6, 2018 16:30
Show Gist options
  • Save codeOfRobin/f7c700d934693cb2aed61d3feeb617f7 to your computer and use it in GitHub Desktop.
Save codeOfRobin/f7c700d934693cb2aed61d3feeb617f7 to your computer and use it in GitHub Desktop.
// swift-tools-version:4.0
import PackageDescription
let package = Package(
name: "Networking",
products: [
.library(name: "Networking", targets: ["Networking"]),
],
targets: [
.target(
name: "Networking",
dependencies: [],
sources: "./Sources"),
.testTarget(
name: "NetworkingTests",
dependencies: ["Networking"])
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment