Last active
June 4, 2017 17:20
-
-
Save pvzig/308d4a9b3f148c6b16c043c853b7c015 to your computer and use it in GitHub Desktop.
Sample Swift Package
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: "Leaderbot", | |
targets: [], | |
dependencies: [ | |
.Package(url: "https://github.com/SlackKit/SlackKit.git", majorVersion: 4), | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment