We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f14149 commit 61b3a74Copy full SHA for 61b3a74
Package.swift
@@ -17,8 +17,8 @@ let package = Package(
17
],
18
dependencies: [
19
// Dependencies declare other packages that this package depends on.
20
- .package(url: "https://github.com/AliSoftware/OHHTTPStubs", from: "9.1.0"),
21
- .package(url: "https://github.com/openium/KIF", .branch("spm-support-freez")),
+ .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", from: "9.1.0"),
+ .package(url: "https://github.com/openium/KIF.git", .branch("spm-support-freez")),
22
23
targets: [
24
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments