Change minimal iOS version to 8.0

[ci skip]
This commit is contained in:
Pierre-Olivier Latour
2017-07-03 16:27:09 -05:00
parent c35d514b08
commit 48777cc151
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ What's not supported (but not really required from an embedded HTTP server):
Requirements:
* OS X 10.7 or later (x86_64)
* iOS 5.0 or later (armv7, armv7s or arm64)
* iOS 8.0 or later (armv7, armv7s or arm64)
* ARC memory management only (if you need MRC support use GCDWebServer 3.1 and earlier)
Getting Started