Skip to content

Commit 48777cc

Browse files
committed
Change minimal iOS version to 8.0
[ci skip]
1 parent c35d514 commit 48777cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GCDWebServer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'
1515

1616
s.source = { :git => 'https://github.com/swisspol/GCDWebServer.git', :tag => s.version.to_s }
17-
s.ios.deployment_target = '5.0'
17+
s.ios.deployment_target = '8.0'
1818
s.tvos.deployment_target = '9.0'
1919
s.osx.deployment_target = '10.7'
2020
s.requires_arc = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ What's not supported (but not really required from an embedded HTTP server):
3636

3737
Requirements:
3838
* OS X 10.7 or later (x86_64)
39-
* iOS 5.0 or later (armv7, armv7s or arm64)
39+
* iOS 8.0 or later (armv7, armv7s or arm64)
4040
* ARC memory management only (if you need MRC support use GCDWebServer 3.1 and earlier)
4141

4242
Getting Started

0 commit comments

Comments
 (0)