File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ let package = Package(
10
10
. library( name: " web3swift " , targets: [ " web3swift " ] ) ,
11
11
] ,
12
12
dependencies: [
13
- . package ( url: " https://github.com/attaswift/BigInt.git " , from: " 5.0.0 " ) ,
14
- . package ( url: " https://github.com/mxcl/PromiseKit.git " , from: " 6.8.4 " ) ,
15
- . package ( url: " https://github.com/daltoniam/Starscream.git " , from: " 3.1.0 " ) ,
16
- . package ( url: " https://github.com/krzyzanowskim/CryptoSwift.git " , from: " 1.0 .0 " ) ,
13
+ . package ( url: " https://github.com/attaswift/BigInt.git " , from: " 5.2.1 " ) ,
14
+ . package ( url: " https://github.com/mxcl/PromiseKit.git " , from: " 6.15.3 " ) ,
15
+ . package ( url: " https://github.com/daltoniam/Starscream.git " , from: " 4.0.4 " ) ,
16
+ . package ( url: " https://github.com/krzyzanowskim/CryptoSwift.git " , from: " 1.4 .0 " ) ,
17
17
] ,
18
18
targets: [
19
19
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ Pod::Spec.new do |spec|
13
13
spec . resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
14
14
spec . swift_version = '5.0'
15
15
spec . frameworks = 'CoreImage'
16
- spec . dependency 'BigInt' , '~> 5.0 '
17
- spec . dependency 'Starscream' , '~> 3.1.0 '
18
- spec . dependency 'CryptoSwift' , '~> 1.0 .0'
16
+ spec . dependency 'BigInt' , '~> 5.2.1 '
17
+ spec . dependency 'Starscream' , '~> 4.0.4 '
18
+ spec . dependency 'CryptoSwift' , '~> 1.4 .0'
19
19
spec . dependency 'secp256k1.c' , '~> 0.1'
20
- spec . dependency 'PromiseKit' , '~> 6.8.4 '
20
+ spec . dependency 'PromiseKit' , '~> 6.15.3 '
21
21
end
You can’t perform that action at this time.
0 commit comments