瀏覽代碼

Update Repo URL

xcbosa mbp16 2 年之前
父節點
當前提交
115c3482fe
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      YYWebImage.podspec

+ 2 - 2
YYWebImage.podspec

@@ -5,10 +5,10 @@ Pod::Spec.new do |s|
   s.license      = { :type => 'MIT', :file => 'LICENSE' }
   s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
   s.social_media_url = 'http://blog.ibireme.com'
-  s.homepage     = 'https://github.com/ibireme/YYWebImage'
+  s.homepage     = 'https://git.forgetive.org/XCAppCollection/YYWebImage'
   s.platform     = :ios, '6.0'
   s.ios.deployment_target = '6.0'
-  s.source       = { :git => 'https://github.com/ibireme/YYWebImage.git', :tag => s.version.to_s }
+  s.source       = { :git => 'https://git.forgetive.org/XCAppCollection/YYWebImage.git', :tag => s.version.to_s }
   
   s.requires_arc = true
   s.source_files = 'YYWebImage/*.{h,m}', 'YYWebImage/Categories/*.{h,m}'