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 8238de4 commit 8b1001bCopy full SHA for 8b1001b
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 'PromiseKit', '~> 6.8.4'
17
- spec.dependency 'BigInt', '~> 4.0'
+ spec.dependency 'BigInt', '~> 5.0'
18
spec.dependency 'Starscream', '~> 3.1.0'
19
spec.dependency 'CryptoSwift', '~> 1.0.0'
20
spec.dependency 'secp256k1.c', '~> 0.1'
+ spec.dependency 'PromiseKit', '~> 6.8.4'
21
end
0 commit comments