Release 3.5.5
This commit is contained in:
@ -69,7 +69,7 @@ Then run `$ carthage update` and add the generated frameworks to your Xcode proj
|
||||
|
||||
You can also use [Swift Package Manager](https://www.swift.org/package-manager/). Add GCDWebServer as a dependency in your `Package.swift`:
|
||||
```swift
|
||||
.package(url: "https://github.com/swisspol/GCDWebServer.git", from: "3.5.4")
|
||||
.package(url: "https://git.g7software.net/cuong/GCDWebServer.git", from: "3.5.5")
|
||||
```
|
||||
Then add the product(s) you need to your target's dependencies: `"GCDWebServer"` for the core server, `"GCDWebUploader"` for the web uploader, and/or `"GCDWebDAVServer"` for the WebDAV server. In Xcode, use File > Add Package Dependencies and enter the repository URL.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user