浏览代码

【Git】更新 URL

xcbosa mbp16 3 月之前
父节点
当前提交
970483125c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Jieba.podspec

+ 2 - 2
Jieba.podspec

@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
   A high performance tokenizer tools for neural language.
                        DESC
 
-  s.homepage         = 'https://git.forgetive.org/XCAppCollection/Jieba.git'
+  s.homepage         = 'https://git.forgetive.net/XCAppCollection/Jieba.git'
   # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
   s.license          = { :type => 'MIT', :file => 'LICENSE' }
   s.author           = { 'xcbosa-mini' => 'xcbosa@forgetive.org' }
-  s.source           = { :git => 'https://git.forgetive.org/XCAppCollection/Jieba.git', :tag => s.version.to_s }
+  s.source           = { :git => 'https://git.forgetive.net/XCAppCollection/Jieba.git', :tag => s.version.to_s }
   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
 
   s.ios.deployment_target = '13.0'