Skip to content

Commit

Permalink
update libs version in .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaYatsun1 committed Jun 14, 2021
1 parent 6bf240b commit 4376805
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ let package = Package(
.library(name: "web3swift", targets: ["web3swift"]),
],
dependencies: [
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.0.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/attaswift/BigInt.git", from: "5.2.1"),
.package(url: "https://github.com/mxcl/PromiseKit.git", from: "6.15.3"),
.package(url: "https://github.com/daltoniam/Starscream.git", from: "4.0.4"),
.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
8 changes: 4 additions & 4 deletions web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Pod::Spec.new do |spec|
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }
spec.swift_version = '5.0'
spec.frameworks = 'CoreImage'
spec.dependency 'BigInt', '~> 5.0'
spec.dependency 'Starscream', '~> 3.1.0'
spec.dependency 'CryptoSwift', '~> 1.0.0'
spec.dependency 'BigInt', '~> 5.2.1'
spec.dependency 'Starscream', '~> 4.0.4'
spec.dependency 'CryptoSwift', '~> 1.4.0'
spec.dependency 'secp256k1.c', '~> 0.1'
spec.dependency 'PromiseKit', '~> 6.8.4'
spec.dependency 'PromiseKit', '~> 6.15.3'
end

0 comments on commit 4376805

Please sign in to comment.