You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ And finally run `$ pod install`.
60
60
61
61
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):
62
62
```
63
-
github "swisspol/GCDWebServer" ~> "3.2.5"
63
+
github "swisspol/GCDWebServer" ~> 3.2.5
64
64
```
65
65
66
66
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)).
0 commit comments