Skip to content

Commit 08e05b1

Browse files
committed
update deployment target of Masonry.podspec
1 parent 084f446 commit 08e05b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Masonry.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::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
3838
end

0 commit comments

Comments
 (0)