Explorar el Código

【Git】更新 URL

xcbosa mbp16 hace 3 meses
padre
commit
094865cd9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SwiftBase32.podspec

+ 1 - 1
SwiftBase32.podspec

@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
   s.name                      = 'SwiftBase32'
   s.version                   = '0.9.0'
   s.summary                   = 'Base32 implementation for Swift.'
-  s.homepage                  = 'https://git.forgetive.org/XCAppCollection/SwiftBase32'
+  s.homepage                  = 'https://git.forgetive.net/XCAppCollection/SwiftBase32'
   s.source                    = { :git => s.homepage + '.git', :tag => s.version }
   s.license                   = { :type => 'MIT', :file => 'LICENSE' }
   s.author                    = { 'Norio Nomura' => 'norio.nomura@gmail.com' }