Sfoglia il codice sorgente

【Git】更新 URL

xcbosa mbp16 3 mesi fa
parent
commit
312fa9f12e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'