فهرست منبع

【Git】更新 URL

xcbosa mbp16 3 ماه پیش
والد
کامیت
701932a4c3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Masonry.podspec

+ 2 - 2
Masonry.podspec

@@ -3,11 +3,11 @@ Pod::Spec.new do |s|
   s.version  = '1.1.0'
   s.license  = 'MIT'
   s.summary  = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
-  s.homepage = 'https://git.forgetive.org/XCAppCollection/Masonry'
+  s.homepage = 'https://git.forgetive.net/XCAppCollection/Masonry'
   s.author   = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' }
   s.social_media_url = "http://twitter.com/cloudkite"
 
-  s.source   = { :git => 'https://git.forgetive.org/XCAppCollection/Masonry.git', :tag => "v#{s.version}" }
+  s.source   = { :git => 'https://git.forgetive.net/XCAppCollection/Masonry.git', :tag => "v#{s.version}" }
 
   s.description = %{
     Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.