浏览代码

Change Git URL

xcbosa mbp16 2 年之前
父节点
当前提交
c66f0a85ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  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://github.com/norio-nomura/Base32'
+  s.homepage                  = 'https://git.forgetive.org/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' }