Skip to content

Commit d31e92e

Browse files
author
Nguyen Ngoc Duc
committed
Remove common crypto
1 parent 1a4c7cb commit d31e92e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

CommonCrypto/module.modulemap

Lines changed: 0 additions & 4 deletions
This file was deleted.

CommonCrypto/shim.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "JWT",
77
dependencies: [
8-
.Package(url: "https://github.com/kylef-archive/CommonCrypto.git", majorVersion: 0, minor: 7),
8+
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 7),
99
],
1010
exclude: [
1111
"Sources/JWT/HMACCryptoSwift.swift",

0 commit comments

Comments
 (0)