From f71183bed6ef8cecee26d2a16687bf0e021b5b57 Mon Sep 17 00:00:00 2001 From: Russel Date: Mon, 29 Jun 2020 17:52:07 +0300 Subject: [PATCH] fix dependencies Signed-off-by: Russel --- IrohaCommunication.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IrohaCommunication.podspec b/IrohaCommunication.podspec index a5316c88c..abc6063c8 100644 --- a/IrohaCommunication.podspec +++ b/IrohaCommunication.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'IrohaCommunication' - s.version = '4.0.0' + s.version = '4.0.1' s.summary = 'Helper classes to use for communication with Iroha blockchain.' s.homepage = 'https://github.com/hyperledger/iroha-ios' @@ -25,10 +25,10 @@ Pod::Spec.new do |s| s.preserve_paths = 'ProtoGen/*.{h,m}' s.dependency 'IrohaCrypto/Iroha', '~> 0.3.0' - s.dependency 'gRPC-ProtoRPC', '= 1.11.0' + s.dependency 'gRPC-ProtoRPC', '~> 1.11.0' s.dependency 'Protobuf', '~> 3.5.0' - s.dependency 'BoringSSL', '= 10.0.3' - s.dependency 'nanopb', '= 0.3.8' + s.dependency 'BoringSSL', '~> 10.0.3' + s.dependency 'nanopb', '~> 0.3.8' s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1' }