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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Download or check out the [latest release](https://github.com/swisspol/GCDWebServer/releases) of GCDWebServer then add the entire "GCDWebServer" subfolder to your Xcode project. If you intend to use one of the extensions like GCDWebDAVServer or GCDWebUploader, add these subfolders as well. Finally link to `libz` (via Target > Build Phases > Link Binary With Libraries) and add `$(SDKROOT)/usr/include/libxml2` to your header search paths (via Target > Build Settings > HEADER_SEARCH_PATHS).
47
74
48
-
Alternatively, you can install GCDWebServer using [CocoaPods](http://cocoapods.org/) by simply adding this line to your Podfile:
75
+
CocoaPods
76
+
---------
77
+
78
+
You can install GCDWebServer using [CocoaPods](http://cocoapods.org/). Simply add this line to your Podfile:
49
79
```
50
80
pod "GCDWebServer", "~> 3.0"
51
81
```
@@ -60,6 +90,9 @@ pod "GCDWebServer/WebDAV", "~> 3.0"
60
90
61
91
And finally run `$ pod install`.
62
92
93
+
Carthage
94
+
---------
95
+
63
96
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):
0 commit comments