From c394ae8bf5fccd4ee0649c7538ff06f10910d1a0 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Fri, 3 Jul 2015 08:51:42 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34306cd..f5c4319 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ pod "GCDWebServer/WebDAV", "~> 3.0" And finally run `$ pod install`. -You can also use [Carthage](https://github.com/Carthage/Carthage) by adding this line to your Cartfile: +You can also use [Carthage](https://github.com/Carthage/Carthage) by adding this line to your Cartfile (3.2.5 is the first release with Carthage support): ``` -github "swisspol/GCDWebServer" "master" +github "swisspol/GCDWebServer" "~> 3.2.5" ``` Then run `$ carthage update` and add the generated frameworks to your Xcode projects (see [Carthage instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application)).