We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f119c commit b363cd8Copy full SHA for b363cd8
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
],
14
dependencies: [
15
// Dependencies declare other packages that this package depends on.
16
- .package(url: "https://github.com/uraimo/SwiftyGPIO.git", .exact("2.0.0-beta10")),
+ .package(url: "https://github.com/samco182/SwiftyGPIO.git", .branch("next_release")),
17
18
targets: [
19
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments