Skip to content

Commit

Permalink
Merge pull request #83 from hyperledger/fix/readme-contacts
Browse files Browse the repository at this point in the history
contacts info add to readme
  • Loading branch information
ERussel authored Jan 24, 2019
2 parents 6e62b1b + 2930deb commit b7e1be2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 = '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'
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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```.

Expand All @@ -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 [[email protected]](mailto:[email protected])

## Cocoapods Installation

Iroha iOS library is available through [CocoaPods](https://cocoapods.org). To install
Expand All @@ -33,7 +38,8 @@ pod 'IrohaCommunication'

## Author

Ruslan Rezin, [email protected]
Ruslan Rezin, [email protected]
Andrei Marin, [email protected]

## License

Expand Down

0 comments on commit b7e1be2

Please sign in to comment.