Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed May 17, 2017
1 parent 09330e8 commit 0dd9c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Anchors.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Anchors"
s.summary = "Declarative, extensible, powerful Auto Layout for iOS and macOS"
s.version = "1.0.0"
s.version = "1.1.0"
s.homepage = "https://github.com/onmyway133/Anchors"
s.license = 'MIT'
s.author = { "Khoa Pham" => "[email protected]" }
Expand All @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
}
s.social_media_url = 'https://twitter.com/onmyway133'

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.2'

s.requires_arc = true
Expand Down

0 comments on commit 0dd9c18

Please sign in to comment.