Skip to content

Commit

Permalink
fix(Package): Add .git extension to CryptoSwift
Browse files Browse the repository at this point in the history
Fixes kylef#63
  • Loading branch information
kylef authored Aug 4, 2017
1 parent 7451fcf commit 558eaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
let package = Package(
name: "JWT",
dependencies: [
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 6),
],
exclude: [
"Sources/HMACCommonCrypto.swift",
Expand Down

0 comments on commit 558eaf1

Please sign in to comment.