Skip to content

Commit

Permalink
update bigint 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioMacaronio committed Jun 24, 2019
1 parent 363955f commit debe911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "mxcl/PromiseKit" ~> 6.8.4
github "attaswift/BigInt" ~> 3.1
github "attaswift/BigInt" ~> 4.0
github "daltoniam/Starscream" ~> 3.1.0
github "krzyzanowskim/CryptoSwift" ~> 1.0.0
2 changes: 1 addition & 1 deletion Web3swift.pod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.module_name = 'web3swift'
spec.frameworks = 'CoreImage'
spec.dependency 'PromiseKit', '~> 6.8.4'
spec.dependency 'BigInt', '~> 3.1'
spec.dependency 'BigInt', '~> 4.0'
spec.dependency 'Starscream', '~> 3.1.0'
spec.dependency 'CryptoSwift', '~> 1.0.0'
spec.dependency 'secp256k1.c', '~> 0.1'
Expand Down
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.swift_version = '5.0'
spec.frameworks = 'CoreImage'
spec.dependency 'PromiseKit', '~> 6.8.4'
spec.dependency 'BigInt', '~> 3.1'
spec.dependency 'BigInt', '~> 4.0'
spec.dependency 'Starscream', '~> 3.1.0'
spec.dependency 'CryptoSwift', '~> 1.0.0'
spec.dependency 'secp256k1.c', '~> 0.1'
Expand Down

0 comments on commit debe911

Please sign in to comment.