Skip to content

Commit fb6905e

Browse files
committed
feat: Use CommonCrypto in JWT Pod
1 parent 7451fcf commit fb6905e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

JSONWebToken.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Pod::Spec.new do |spec|
1212
spec.tvos.deployment_target = '9.0'
1313
spec.watchos.deployment_target = '2.0'
1414
spec.requires_arc = true
15-
spec.dependency 'CryptoSwift', '~> 0.6.1'
1615
spec.module_name = 'JWT'
17-
spec.exclude_files = ['Sources/HMACCommonCrypto.swift']
16+
spec.exclude_files = ['Sources/HMACCryptoSwift.swift']
1817
end

0 commit comments

Comments
 (0)