Procházet zdrojové kódy

【Git】更新 URL

xcbosa mbp16 před 3 měsíci
rodič
revize
312fa9f12e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      AFNetworking.podspec

+ 1 - 1
AFNetworking.podspec

@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
   s.homepage = 'https://github.com/AFNetworking/AFNetworking'
   s.social_media_url = 'https://twitter.com/AFNetworking'
   s.authors  = { 'Mattt Thompson' => 'm@mattt.me' }
-  s.source   = { :git => 'https://git.forgetive.org/XCAppCollection/AFNetworking.git', :tag => s.version }
+  s.source   = { :git => 'https://git.forgetive.net/XCAppCollection/AFNetworking.git', :tag => s.version }
 
   s.ios.deployment_target = '9.0'
   s.osx.deployment_target = '10.10'