Normalize repository URLs to internal git.g7software.net for CocoaPods/SPM docs

This commit is contained in:
2026-06-08 18:35:44 +07:00
parent cf13851d19
commit cfec224c42
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ Pod::Spec.new do |s|
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.homepage = 'https://git.g7software.net/cuong/GCDWebServer'
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'
s.source = { :git => 'https://git.g7software.net/cuong/GCDWebServer.git', :tag => s.version.to_s }