Created
July 31, 2017 07:44
-
-
Save pepicrft/b0d53f59b471047abb7a4275008964d6 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
let package = Package( | |
name: "myproject", | |
dependencies: [ | |
.Package(url: "https://github.com/carambalabs/xcodeproj.git", majorVersion: 0, minor: 0) | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment