File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
github "mxcl/PromiseKit" ~> 6.8.4
2
- github "attaswift/BigInt" ~> 3.1
2
+ github "attaswift/BigInt" ~> 4.0
3
3
github "daltoniam/Starscream" ~> 3.1.0
4
4
github "krzyzanowskim/CryptoSwift" ~> 1.0.0
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
13
13
spec . module_name = 'web3swift'
14
14
spec . frameworks = 'CoreImage'
15
15
spec . dependency 'PromiseKit' , '~> 6.8.4'
16
- spec . dependency 'BigInt' , '~> 3.1 '
16
+ spec . dependency 'BigInt' , '~> 4.0 '
17
17
spec . dependency 'Starscream' , '~> 3.1.0'
18
18
spec . dependency 'CryptoSwift' , '~> 1.0.0'
19
19
spec . dependency 'secp256k1.c' , '~> 0.1'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
12
12
spec . swift_version = '5.0'
13
13
spec . frameworks = 'CoreImage'
14
14
spec . dependency 'PromiseKit' , '~> 6.8.4'
15
- spec . dependency 'BigInt' , '~> 3.1 '
15
+ spec . dependency 'BigInt' , '~> 4.0 '
16
16
spec . dependency 'Starscream' , '~> 3.1.0'
17
17
spec . dependency 'CryptoSwift' , '~> 1.0.0'
18
18
spec . dependency 'secp256k1.c' , '~> 0.1'
You can’t perform that action at this time.
0 commit comments