0.12.0-alpha.1

This commit is contained in:
Francisco Gindre 2021-06-14 20:41:49 -03:00
parent 558dbeb1ac
commit 6e4f8e18d0
2 changed files with 5 additions and 5 deletions

View File

@ -68,13 +68,13 @@ PODS:
- SwiftNIOFoundationCompat (< 3, >= 2.19.0)
- SwiftNIOTLS (< 3, >= 2.19.0)
- SwiftProtobuf (1.16.0)
- ZcashLightClientKit (0.11.1):
- ZcashLightClientKit (0.12.0-alpha.1):
- gRPC-Swift (= 1.0.0)
- SQLite.swift (~> 0.12.2)
- ZcashLightClientKit/DerivationToolTests (0.11.1):
- ZcashLightClientKit/DerivationToolTests (0.12.0-alpha.1):
- gRPC-Swift (= 1.0.0)
- SQLite.swift (~> 0.12.2)
- ZcashLightClientKit/Tests (0.11.1):
- ZcashLightClientKit/Tests (0.12.0-alpha.1):
- gRPC-Swift (= 1.0.0)
- MnemonicSwift (~> 2.0.0)
- SQLite.swift (~> 0.12.2)
@ -154,7 +154,7 @@ SPEC CHECKSUMS:
SwiftNIOTLS: 4f8df225f03393f08e0b47b4d876ae38167f8a27
SwiftNIOTransportServices: 896c9a4ac98698d32aa2feea7657ade219ae80bb
SwiftProtobuf: 4e16842b83c6fda06b10fac50d73b3f1fce8ab7b
ZcashLightClientKit: b3ab82e5c83f09ed6286854278b4043e7bd7d327
ZcashLightClientKit: 9285b8bc5cc528304909ef781b1a87a90c2c3518
PODFILE CHECKSUM: f80c264274518f30ca62d2d474439fe257444aec

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZcashLightClientKit'
s.version = '0.11.1'
s.version = '0.12.0-alpha.1'
s.summary = 'Zcash Light Client wallet SDK for iOS'
s.description = <<-DESC