Skip to content

Commit 558eaf1

Browse files
authored
fix(Package): Add .git extension to CryptoSwift
Fixes #63
1 parent 7451fcf commit 558eaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
let package = Package(
1616
name: "JWT",
1717
dependencies: [
18-
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift", majorVersion: 0, minor: 6),
18+
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 6),
1919
],
2020
exclude: [
2121
"Sources/HMACCommonCrypto.swift",

0 commit comments

Comments
 (0)