From df242749d6a1812fb79e4aae800c9fda2d7b5d24 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Thu, 11 Aug 2016 12:36:32 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8254b975b..d073a9a20d 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ The easiest way to install `XMPPFramework` is using CocoaPods. Remember to add t - This will install the whole framework with all the avaiable extensions: -``` -pod 'XMPPFramework' - +```ruby +# The version pushed to CocoaPods is very out of date, use master branch for now +pod 'XMPPFramework', :git => "https://github.com/robbiehanson/XMPPFramework.git", :branch => 'master' +# pod 'XMPPFramework' ``` - If you want to pick what extensions to install: