From ab9459a67a363558ec657029c55d474442eb5423 Mon Sep 17 00:00:00 2001 From: Leonard Date: Mon, 6 Jul 2015 19:26:07 +0200 Subject: [PATCH] Update README.md the version number should not have quotes, with the quotes carthage errors: Parse error: unexpected trailing characters in line: github "swisspol/GCDWebServer" ~> "3.2.5" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4722a44..4de645d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ And finally run `$ pod install`. 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" ~> "3.2.5" +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)).