update docs

This commit is contained in:
2026-06-08 15:27:41 +07:00
parent 8e117daaca
commit ce098e3f7b
4 changed files with 8 additions and 57 deletions

View File

@ -14,9 +14,9 @@ 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 = '8.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.7'
s.ios.deployment_target = '16.0'
s.tvos.deployment_target = '16.0'
s.osx.deployment_target = '12.0'
s.requires_arc = true
s.default_subspec = 'Core'