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

@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'
s.source = { :git => 'https://github.com/swisspol/GCDWebServer.git', :tag => s.version.to_s }
s.ios.deployment_target = '5.0'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.7'
s.requires_arc = true