Skip to content

Commit 4376805

Browse files
committed
update libs version in .podspec
1 parent 6bf240b commit 4376805

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ let package = Package(
1010
.library(name: "web3swift", targets: ["web3swift"]),
1111
],
1212
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"),
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

web3swift.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.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'
1919
spec.dependency 'secp256k1.c', '~> 0.1'
20-
spec.dependency 'PromiseKit', '~> 6.8.4'
20+
spec.dependency 'PromiseKit', '~> 6.15.3'
2121
end

0 commit comments

Comments
 (0)