release 0.1.1

This commit is contained in:
Francisco Gindre 2020-02-10 13:27:00 -03:00 committed by Linda Naeun Lee
parent 2ec2e1a708
commit 5c177b3f4b
2 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ PODS:
- gRPC-Core (~> 1.23.0) - gRPC-Core (~> 1.23.0)
- SwiftProtobuf (~> 1.7.0) - SwiftProtobuf (~> 1.7.0)
- SwiftProtobuf (1.7.0) - SwiftProtobuf (1.7.0)
- ZcashLightClientKit (0.1.0): - ZcashLightClientKit (0.1.2):
- SQLite.swift (~> 0.12.2) - SQLite.swift (~> 0.12.2)
- SwiftGRPC (~> 0.10.0) - SwiftGRPC (~> 0.10.0)
- ZcashLightClientKit/Tests (0.1.0): - ZcashLightClientKit/Tests (0.1.2):
- SQLite.swift (~> 0.12.2) - SQLite.swift (~> 0.12.2)
- SwiftGRPC (~> 0.10.0) - SwiftGRPC (~> 0.10.0)
@ -72,7 +72,7 @@ SPEC CHECKSUMS:
SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3 SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3
SwiftGRPC: f8fcfecb547c96cc6913de619f95fa3cd09838ee SwiftGRPC: f8fcfecb547c96cc6913de619f95fa3cd09838ee
SwiftProtobuf: 4fd9645e69b72cbae6ec8da5be0cdd20ca6565dd SwiftProtobuf: 4fd9645e69b72cbae6ec8da5be0cdd20ca6565dd
ZcashLightClientKit: e2618890fe28d7f2067765d315ebaa25ccf033f5 ZcashLightClientKit: ed0f2b0a98ef35477084c7fcb1875ae4239b3685
PODFILE CHECKSUM: 5a1fb98512fa179a4e83d67d14dd402f6d129a4d PODFILE CHECKSUM: 5a1fb98512fa179a4e83d67d14dd402f6d129a4d

View File

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