Merge pull request #217 from zcash/wallet-history

bump version
This commit is contained in:
Francisco Gindre 2020-10-30 18:29:56 -03:00 committed by GitHub
commit 08a2a2c282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -66,10 +66,10 @@ PODS:
- SwiftNIOFoundationCompat (< 3, >= 2.22.0)
- SwiftNIOTLS (< 3, >= 2.22.0)
- SwiftProtobuf (1.12.0)
- ZcashLightClientKit (0.7.0):
- ZcashLightClientKit (0.7.1):
- gRPC-Swift (= 1.0.0-alpha.19)
- SQLite.swift (~> 0.12.2)
- ZcashLightClientKit/Tests (0.7.0):
- ZcashLightClientKit/Tests (0.7.1):
- gRPC-Swift (= 1.0.0-alpha.19)
- SQLite.swift (~> 0.12.2)
@ -145,8 +145,8 @@ SPEC CHECKSUMS:
SwiftNIOTLS: 46bb3a0ff37d6b52ae6baf5207ec3cd411da327c
SwiftNIOTransportServices: 801923921fbecdcde1e1c1ff38e812167d01ead1
SwiftProtobuf: 4ef85479c18ca85b5482b343df9c319c62bda699
ZcashLightClientKit: 6a12b800a373f3330d4bc177480e56b499c23a8f
ZcashLightClientKit: ac7b123159008f51255c8b85861ff580f6a55faa
PODFILE CHECKSUM: 7d5095283dc02470f40ab06564d94076ba16d570
COCOAPODS: 1.9.3
COCOAPODS: 1.10.0

View File

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