Skip to content

Commit

Permalink
Merge pull request #124 from hyperledger/develop
Browse files Browse the repository at this point in the history
v4.0.1
  • Loading branch information
ERussel authored Jun 29, 2020
2 parents 32832cd + 038e2e6 commit 4b0335a
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 4b0335a

Please sign in to comment.