Release 3.5.5

This commit is contained in:
2026-06-08 18:33:28 +07:00
parent fe0036eb7e
commit cf13851d19
3 changed files with 5 additions and 5 deletions

View File

@ -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.