Skip to content

Commit

Permalink
fixed bug with BigInt cocoapods version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaYatsun1 committed Jun 23, 2021
1 parent d0b15b9 commit 1d40b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.2.1'
spec.dependency 'BigInt', '~> 5.2'
spec.dependency 'Starscream', '~> 4.0.4'
spec.dependency 'CryptoSwift', '~> 1.4.0'
spec.dependency 'secp256k1.c', '~> 0.1'
Expand Down

0 comments on commit 1d40b47

Please sign in to comment.