Skip to content

Commit c6c8501

Browse files
author
edward
committed
Fit on swift5
1 parent 9f67977 commit c6c8501

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
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: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22

33
import PackageDescription
44

5-
6-
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
7-
let dependencies = [
8-
Package.Dependency.package(url: "https://github.com/kylef-archive/CommonCrypto.git", from: "1.0.0"),
9-
]
10-
let excludes = ["HMAC/HMACCryptoSwift.swift"]
11-
let targetDependencies: [Target.Dependency] = []
12-
#else
13-
let dependencies = [
14-
Package.Dependency.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "0.8.0"),
15-
]
16-
let excludes = ["HMAC/HMACCommonCrypto.swift"]
17-
let targetDependencies: [Target.Dependency] = ["CryptoSwift"]
18-
#endif
19-
20-
215
let package = Package(
226
name: "JWT",
237
products: [

0 commit comments

Comments
 (0)