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