Release 3.5.5

This commit is contained in:
2026-06-08 18:33:28 +07:00
parent fe0036eb7e
commit cf13851d19
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'GCDWebServer'
s.version = '3.5.4'
s.version = '3.5.5'
s.author = { 'Pierre-Olivier Latour' => 'info@pol-online.net' }
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.homepage = 'https://github.com/swisspol/GCDWebServer'
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.source = { :git => 'https://git.g7software.net/cuong/GCDWebServer.git', :tag => s.version.to_s }
s.ios.deployment_target = '16.0'
s.tvos.deployment_target = '16.0'
s.osx.deployment_target = '12.0'