File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Masonry'
3- s . version = '1.1.0 '
3+ s . version = '1.1.1 '
44 s . license = 'MIT'
55 s . summary = 'Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.'
6- s . homepage = 'https://github.com/cloudkite /Masonry'
6+ s . homepage = 'https://github.com/SnapKit /Masonry'
77 s . author = { 'Jonas Budelmann' => 'jonas.budelmann@gmail.com' }
88 s . social_media_url = "http://twitter.com/cloudkite"
99
10- s . source = { :git => 'https://github.com/cloudkite /Masonry.git' , :tag => "v#{ s . version } " }
10+ s . source = { :git => 'https://github.com/SnapKit /Masonry.git' , :tag => "v#{ s . version } " }
1111
1212 s . description = %{
1313 Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
@@ -31,8 +31,8 @@ Pod::Spec.new do |s|
3131 s . tvos . frameworks = 'Foundation' , 'UIKit'
3232 s . osx . frameworks = 'Foundation' , 'AppKit'
3333
34- s . ios . deployment_target = '6 .0' # minimum SDK with autolayout
35- s . osx . deployment_target = '10.7 ' # minimum SDK with autolayout
34+ s . ios . deployment_target = '9 .0' # minimum SDK with autolayout
35+ s . osx . deployment_target = '10.9 ' # minimum SDK with autolayout
3636 s . tvos . deployment_target = '9.0' # minimum SDK with autolayout
3737 s . requires_arc = true
3838end
You can’t perform that action at this time.
0 commit comments