Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Russel <[email protected]>
  • Loading branch information
ERussel committed Jun 29, 2020
1 parent 32832cd commit f71183b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions IrohaCommunication.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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' }

Expand Down

0 comments on commit f71183b

Please sign in to comment.