From cd0a057a2612286340e5b7f8ba5d06e6fcd4e2bd Mon Sep 17 00:00:00 2001 From: Martin Barreto Date: Fri, 14 Apr 2017 19:07:54 -0300 Subject: [PATCH] update pod install command.. in favour of #1002 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee4b463a..1c16bc99a 100644 --- a/README.md +++ b/README.md @@ -910,7 +910,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' use_frameworks! -pod 'Eureka', :tag => 'master', :git => 'https://github.com/xmartlabs/Eureka.git' +pod 'Eureka' ``` Then run the following command: