From 07582d055a7c8055b32d3f43a3917e958f41e36d Mon Sep 17 00:00:00 2001 From: Matt Coneybeare Date: Wed, 17 Sep 2014 01:03:09 -0400 Subject: [PATCH] Updated Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b298ae2..eb30e35 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ The average end-user will only write a review if something is wrong with your Ap Here are just a few of the things that make Armchair better than the other rating frameworks and repos: +##### 100% Swift + +While the tests to prove it seem to be missing, Apple claims that Swift is a lot faster than Objective-C. Enjoy the benefits of using a framework built entirely in Swift, and work with a familiar syntax without having to deal with bridging headers or other Objective-C shenanigans. + ##### Both iOS and OS X Support Many developers publish apps for both iOS and OS X. Out of the box, Armchair supports iOS and OS X apps that are sold through the respective App Stores. The API is the same for both with the exception of a handful of iOS specific functions, described in Usage below.