Parcourir la source

【Git】更新 URL

xcbosa mbp16 il y a 3 mois
Parent
commit
970483125c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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'