Improved CocoaPods integration

This commit is contained in:
Pierre-Olivier Latour
2014-04-10 14:37:55 -07:00
parent 4fa91f6802
commit d58b2122ed
2 changed files with 55 additions and 0 deletions

View File

@ -40,6 +40,14 @@ Alternatively, you can install GCDWebServer using [CocoaPods](http://cocoapods.o
```
pod "GCDWebServer", "~> 2.0"
```
If you want to use GCDWebUploader, use this line instead:
```
pod "GCDWebServer/WebUploader", "~> 2.0"
```
Or this line for GCDWebDAVServer:
```
pod "GCDWebServer/WebDAV", "~> 2.0"
```
Hello World
===========