Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timhonders authored Jan 26, 2017
1 parent 33571f2 commit f3e29f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ npm install react-native-rabbitmq --save
```
use_frameworks!
```
2. Add the following to your Podfile:
2. Add the following to your Podfile, use master because needed fix is not a tag:

```
pod 'RMQClient', '~> 0.10.0'
pod 'RMQClient', :git => 'https://github.com/rabbitmq/rabbitmq-objc-client.git'
```
3. Instal the cocapods:

Expand Down

0 comments on commit f3e29f5

Please sign in to comment.