浏览代码

【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.