From a6bf465a6a1f8c492b1d21271d5ae9c8f346621c Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 15 Jul 2022 14:27:26 -0300 Subject: [PATCH] Fix ZcashLightClientKit.podspec by reverting gRPC-Swift to 1.8.0 --- ZcashLightClientKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index c542d912..78fb7117 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.resource_bundles = { 'Resources' => 'Sources/ZcashLightClientKit/Resources/*' } s.swift_version = '5.6' s.ios.deployment_target = '13.0' - s.dependency 'gRPC-Swift', '~> 1.8.2' + s.dependency 'gRPC-Swift', '~> 1.8.0' s.dependency 'SQLite.swift', '~> 0.12.2' s.dependency 'libzcashlc', '0.0.3' s.static_framework = true