Skip to content

Instantly share code, notes, and snippets.

@mitsuse
Created September 22, 2016 10:33
Show Gist options
  • Save mitsuse/639bac06675e909dc66e6134705fba1b to your computer and use it in GitHub Desktop.
Save mitsuse/639bac06675e909dc66e6134705fba1b to your computer and use it in GitHub Desktop.
The version string of patch seems to be required in the current implementation of SPM.
import PackageDescription
let package = Package(
name: "TestPackagte",
dependencies: [
.Package(
url: "https://github.com/Carthage/Commandant.git",
majorVersion: 0, minor: 11
),
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment