Skip to content

Commit 717632d

Browse files
authored
Use IBM-Swift/CommonCrypto
1 parent e5745f9 commit 717632d

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Package.swift

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
11
import PackageDescription
22

3-
4-
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
53
let package = Package(
64
name: "JWT",
75
dependencies: [
8-
.Package(url: "https://github.com/kylef-archive/CommonCrypto.git", majorVersion: 1),
6+
.Package(url: "https://github.com/IBM-Swift/CommonCrypto.git", majorVersion: 0),
97
],
108
exclude: [
119
"Sources/HMACCryptoSwift.swift",
1210
]
1311
)
14-
#else
15-
let package = Package(
16-
name: "JWT",
17-
dependencies: [
18-
.Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0, minor: 6),
19-
],
20-
exclude: [
21-
"Sources/HMACCommonCrypto.swift",
22-
]
23-
)
24-
#endif

0 commit comments

Comments
 (0)