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

Commit

Permalink
Added CryptoSwift dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
v57 committed Dec 7, 2018
1 parent d8baca1 commit d48680a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'web3swift'
spec.version = '2.1.1'
spec.version = '2.1.2'
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.10"
spec.tvos.deployment_target = "9.0"
Expand All @@ -14,4 +14,5 @@ Pod::Spec.new do |spec|
spec.dependency 'PromiseKit', '~> 6.4'
spec.dependency 'BigInt', '~> 3.1'
spec.dependency 'secp256k1.swift'
spec.dependency 'CryptoSwift'
end

0 comments on commit d48680a

Please sign in to comment.