From f3e29f5053d8d2e6bfaa4245af836acf0e1abe56 Mon Sep 17 00:00:00 2001 From: Tim Honders Date: Thu, 26 Jan 2017 13:55:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 273dc52..f5d0a88 100644 --- a/README.md +++ b/README.md @@ -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: