We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9529fc8 commit d880c7cCopy full SHA for d880c7c
web3swift.podspec
@@ -13,9 +13,9 @@ Pod::Spec.new do |spec|
13
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
14
spec.swift_version = '5.0'
15
spec.frameworks = 'CoreImage'
16
- spec.dependency 'BigInt', '5.2.0'
17
- spec.dependency 'Starscream', '4.0.4'
18
- spec.dependency 'CryptoSwift', '1.5.1'
19
- spec.dependency 'secp256k1.c', '0.1.2'
20
- spec.dependency 'PromiseKit', '6.15.3'
+ spec.dependency 'BigInt'
+ spec.dependency 'Starscream'
+ spec.dependency 'CryptoSwift'
+ spec.dependency 'secp256k1.c'
+ spec.dependency 'PromiseKit'
21
end
0 commit comments