Skip to content

Commit

Permalink
[IOSWL-164] support evmos wc
Browse files Browse the repository at this point in the history
  • Loading branch information
soaryong-c committed May 16, 2022
1 parent c6f072e commit fade5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.0"),
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.8.4"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "3.1.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.0.0"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.4.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |spec|
spec.dependency 'PromiseKit', '~> 6.8.4'
spec.dependency 'BigInt', '~> 4.0'
spec.dependency 'Starscream', '~> 3.1.0'
spec.dependency 'CryptoSwift', '~> 1.0.0'
spec.dependency 'CryptoSwift', '~> 1.4.0'
spec.dependency 'secp256k1.c', '~> 0.1'
end

0 comments on commit fade5c2

Please sign in to comment.