Forráskód Böngészése

【Git】更新 URL

xcbosa mbp16 3 hónapja
szülő
commit
0727256562
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      FastLayout.podspec

+ 2 - 2
FastLayout.podspec

@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
   A powerful layout framework: NSLayoutConstraint operator package
                        DESC
 
-  s.homepage         = 'https://git.forgetive.org/XCAppCollection/FastLayout'
+  s.homepage         = 'https://git.forgetive.net/XCAppCollection/FastLayout'
   # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
   s.license          = { :type => 'MIT', :file => 'LICENSE' }
   s.author           = { 'xcbosa mbp16' => 'xcbosa@forgetive.org' }
-  s.source           = { :git => 'https://git.forgetive.org/XCAppCollection/FastLayout.git', :tag => s.version.to_s }
+  s.source           = { :git => 'https://git.forgetive.net/XCAppCollection/FastLayout.git', :tag => s.version.to_s }
   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
 
   s.ios.deployment_target = '14.0'