Created
April 6, 2016 08:12
-
-
Save flandy84/8790e8c66d01a373e14dcee98c3c2391 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import PackageDescription | |
let package = Package( | |
name: "DockerSwiftBackend", | |
dependencies: [ | |
.Package(url: "https://github.com/necolt/Swifton.git", Version(0,0,5)), | |
.Package(url: "https://github.com/necolt/Curassow.git", versions: Version(0,4,0)..<Version(1,0,0)), | |
.Package(url: "git@GIT_REPO_URL_TO_SHAREDCODE", versions: Version(0,0,9)..<Version(1,0,0)), | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment