Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit d48680a

Browse files
committed
Added CryptoSwift dependency
1 parent d8baca1 commit d48680a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web3swift.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'web3swift'
3-
spec.version = '2.1.1'
3+
spec.version = '2.1.2'
44
spec.ios.deployment_target = "8.0"
55
spec.osx.deployment_target = "10.10"
66
spec.tvos.deployment_target = "9.0"
@@ -14,4 +14,5 @@ Pod::Spec.new do |spec|
1414
spec.dependency 'PromiseKit', '~> 6.4'
1515
spec.dependency 'BigInt', '~> 3.1'
1616
spec.dependency 'secp256k1.swift'
17+
spec.dependency 'CryptoSwift'
1718
end

0 commit comments

Comments
 (0)