From 83215978275345bc1a3d5aeeaad1e5b3a2c108b6 Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Sun, 5 Jun 2016 17:56:05 -0600 Subject: [PATCH] update Readme.md Instructions to avoid this error: *[!] `:head` dependencies have been removed. Please use normal external source dependencies (`:git => 'GIT_REPO_URL'`) instead of `:head` for `SVWebViewController`.* --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e69359..5461988 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ SVWebViewController is a simple inline browser for your iOS 7 app. ### CocoaPods -I'm not a big fan of CocoaPods, so tend to not keep it updated. If you really want to use SVWebViewController with CocoaPods, I suggest you use `pod 'SVWebViewController', :head` to pull from the `master` branch directly. I'm usually careful about what I push there and is the version I use myself in all my projects. +I'm not a big fan of CocoaPods, so tend to not keep it updated. If you really want to use SVWebViewController with CocoaPods, I suggest you use `pod 'SVWebViewController', :git => 'https://github.com/TransitApp/SVWebViewController.git` to pull from the `master` branch directly. I'm usually careful about what I push there and is the version I use myself in all my projects. ### Manually