fix unneded dependency

This commit is contained in:
Francisco Gindre 2021-06-15 11:32:06 -03:00
parent 6e4f8e18d0
commit 1f21540fd6
2 changed files with 1 additions and 3 deletions

View File

@ -76,7 +76,6 @@ PODS:
- SQLite.swift (~> 0.12.2)
- ZcashLightClientKit/Tests (0.12.0-alpha.1):
- gRPC-Swift (= 1.0.0)
- MnemonicSwift (~> 2.0.0)
- SQLite.swift (~> 0.12.2)
DEPENDENCIES:
@ -154,7 +153,7 @@ SPEC CHECKSUMS:
SwiftNIOTLS: 4f8df225f03393f08e0b47b4d876ae38167f8a27
SwiftNIOTransportServices: 896c9a4ac98698d32aa2feea7657ade219ae80bb
SwiftProtobuf: 4e16842b83c6fda06b10fac50d73b3f1fce8ab7b
ZcashLightClientKit: 9285b8bc5cc528304909ef781b1a87a90c2c3518
ZcashLightClientKit: 8e6204879335965c61ec4e25a4978a89209ae47d
PODFILE CHECKSUM: f80c264274518f30ca62d2d474439fe257444aec

View File

@ -43,7 +43,6 @@ Pod::Spec.new do |s|
}
test_spec.dependency 'gRPC-Swift', '= 1.0.0'
test_spec.dependency 'SQLite.swift', '~> 0.12.2'
test_spec.dependency 'MnemonicSwift', '~> 2.0.0'
end
s.test_spec 'DerivationToolTests' do | test_spec |