Last active
October 31, 2016 21:51
-
-
Save mramsden/7990cdabfa7bc4f8fa542a33964a6ff2 to your computer and use it in GitHub Desktop.
Getting started with Kitura on Heroku
This file contains 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: "myFirstKituraProject", | |
dependencies: [ | |
.Package(url: "https://github.com/IBM-Swift/Kitura.git", majorVersion: 1, minor: 0), | |
.Package(url: "https://github.com/IBM-Swift/HeliumLogger.git", majorVersion: 1, minor: 0), | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment