From 2930deb6cbed245b36f8d9415330f920bc6414bc Mon Sep 17 00:00:00 2001 From: Russel Date: Thu, 24 Jan 2019 22:59:40 +0700 Subject: [PATCH] contacts info add readme Signed-off-by: Russel --- Example/Podfile.lock | 4 ++-- IrohaCommunication.podspec | 2 +- README.md | 12 +++++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 14172ab64..e82fdb699 100755 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -24,7 +24,7 @@ PODS: - gRPC/Main (1.11.0): - gRPC-Core (= 1.11.0) - gRPC-RxLibrary (= 1.11.0) - - IrohaCommunication (0.1.0): + - IrohaCommunication (3.0.1): - BoringSSL (= 10.0.3) - gRPC-ProtoRPC (= 1.11.0) - IrohaCrypto @@ -62,7 +62,7 @@ SPEC CHECKSUMS: gRPC-Core: 164639cd8ae18ca8b65477fafb2efbaecf4f181a gRPC-ProtoRPC: bb5fddf3424aa4fad74d76736578a79fe40e244e gRPC-RxLibrary: 26d53d1b1f306befd4ad4e15bd6de27839a82481 - IrohaCommunication: e40a8540f7fd1c4e81765fbfa12dc7291a070dcb + IrohaCommunication: 72885dfed88423377a2ab522d8f62e11f5ee42a5 IrohaCrypto: d0e6e1189ce43a51b6f7916f4830605c7d466d57 nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3 Protobuf: 8a9838fba8dae3389230e1b7f8c104aa32389c03 diff --git a/IrohaCommunication.podspec b/IrohaCommunication.podspec index 437d1569d..bc4d886a1 100755 --- a/IrohaCommunication.podspec +++ b/IrohaCommunication.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'IrohaCommunication' - s.version = '3.0.0' + s.version = '3.0.1' s.summary = 'Helper classes to use for communication with Iroha blockchain.' s.homepage = 'https://github.com/hyperledger/iroha-ios' diff --git a/README.md b/README.md index 936ed9e0e..f782a12b0 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hyperledger Iroha iOS library -### Please pay attention! Current version of the library was tested and compatible with [`iroha-v1.0.0_rc2`](https://github.com/hyperledger/iroha/releases/tag/1.0.0_rc2). +### Please pay attention! Current version of the library was tested and compatible with [![Iroha 1.0.0-rc2](https://img.shields.io/badge/Iroha-1.0.0--rc2-red.svg)](https://github.com/hyperledger/iroha/releases/tag/1.0.0_rc2). The library was created to provide convienent interface for iOS applications to communicate with [Iroha](https://github.com/hyperledger/iroha) blockchain including sending transactions/query, streaming transaction statuses and block commits. @@ -10,7 +10,7 @@ For new iroha users we recommend to checkout iOS example project. It tries to es 1. Follow instructions from [Iroha documentation](https://iroha.readthedocs.io/en/latest/getting_started/) to setup and run iroha peer in [Docker](https://www.docker.com) container. -2. Clone current repositary. +2. Clone current repository. 3. cd Example directory and run ```pod install```. @@ -22,6 +22,11 @@ For new iroha users we recommend to checkout iOS example project. It tries to es Feel free to experiment with example project and don't hesistate to ask any questions. +## Need Help? + +* Join [Hyperledger RocketChat](https://chat.hyperledger.org) #iroha channel +* Use mailing list [hyperledger-iroha@lists.hyperledger.org](mailto:hyperledger-iroha@lists.hyperledger.org) + ## Cocoapods Installation Iroha iOS library is available through [CocoaPods](https://cocoapods.org). To install @@ -33,7 +38,8 @@ pod 'IrohaCommunication' ## Author -Ruslan Rezin, rezin@soramitsu.co.jp +Ruslan Rezin, rezin@soramitsu.co.jp +Andrei Marin, marin@soramitsu.co.jp ## License