Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7be7a0 commit 192522eCopy full SHA for 192522e
2 files changed
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
],
19
dependencies: [
20
.package(
21
- url: "https://github.com/weichsel/ZIPFoundation/",
+ url: "https://github.com/weichsel/ZIPFoundation",
22
.exact("0.9.9")
23
)
24
README.md
@@ -55,7 +55,7 @@ let package = Package(
55
name: "<Your Product Name>",
56
57
58
- url: "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/",
+ url: "https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library",
59
.upToNextMajor(from: "4.6.1")
60
61
0 commit comments