File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'web3swift'
3- spec . version = '2.3.0 '
3+ spec . version = '2.3.1 '
44 spec . ios . deployment_target = "9.0"
55 spec . osx . deployment_target = "10.11"
66 spec . license = { :type => 'Apache License 2.0' , :file => 'LICENSE.md' }
@@ -13,9 +13,9 @@ Pod::Spec.new do |spec|
1313 spec . resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
1414 spec . swift_version = '5.0'
1515 spec . frameworks = 'CoreImage'
16- spec . dependency 'BigInt' , '~> 5.2'
16+ spec . dependency 'BigInt' , '~> 5.2.0 '
1717 spec . dependency 'Starscream' , '~> 4.0.4'
18- spec . dependency 'CryptoSwift' , '~> 1.4.0 '
18+ spec . dependency 'CryptoSwift' , '~> 1.4.2 '
1919 spec . dependency 'secp256k1.c' , '~> 0.1'
2020 spec . dependency 'PromiseKit' , '~> 6.15.3'
2121end
You can’t perform that action at this time.
0 commit comments