Skip to content

Instantly share code, notes, and snippets.

@paulofaria
Last active March 18, 2016 22:52
Show Gist options
  • Save paulofaria/501694b6a71254bc30fe to your computer and use it in GitHub Desktop.
Save paulofaria/501694b6a71254bc30fe to your computer and use it in GitHub Desktop.
Alias for packages
import PackageDescription
let package = Package(
name: "S4",
dependencies: [
.Package(url: "https://github.com/swiftx/http.git", majorVersion: 0, minor: 1, alias: "SwiftXHTTP"),
.Package(url: "https://github.com/Zewo/HTTP.git", majorVersion: 0, minor: 1, alias: "ZewoHTTP")
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment