Browse Source

【Git】更新 URL

xcbosa mbp16 3 months ago
parent
commit
4440a59535
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SwiftDynamic.podspec

+ 2 - 2
SwiftDynamic.podspec

@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
   Swift Dynamic Callee: Use to call dynamic callable API of Objective-C...
                        DESC
 
-  s.homepage         = 'https://git.forgetive.org/XCAppCollection/SwiftDynamic'
+  s.homepage         = 'https://git.forgetive.net/XCAppCollection/SwiftDynamic'
   # 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/SwiftDynamic.git', :tag => s.version.to_s }
+  s.source           = { :git => 'https://git.forgetive.net/XCAppCollection/SwiftDynamic.git', :tag => s.version.to_s }
   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
 
   s.ios.deployment_target = '14.0'