Skip to content

Instantly share code, notes, and snippets.

@upamune
Created May 1, 2016 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upamune/340e4ba277cba5a41858c1a536f18695 to your computer and use it in GitHub Desktop.
Save upamune/340e4ba277cba5a41858c1a536f18695 to your computer and use it in GitHub Desktop.
import PackageDescription
let package = Package(
name: "sample-swift-server",
dependencies: [
.Package(url: "https://github.com/qutheory/vapor.git", majorVersion: 0)
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment