From b4c8748794fab010719446e224a64a65601e2406 Mon Sep 17 00:00:00 2001 From: Jonas Budelmann Date: Wed, 30 Jul 2014 06:57:28 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1190844..4c2fb02 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Snappy Snappy is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Snappy has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable. -Snappy supports iOS and Mac OS X. > Snappy uses some Swift only features like function overloading it cannot be used from Objective-C. Because of this we’ve chosen to swap prefixes from Masonry’s `mas_` to `snp_` so you can use both Masonry and Snappy in the same project. @@ -265,3 +264,4 @@ func changeButtonPosition() { * Eye candy * Example projects * Tests +* Mac OS X support.