From 8b5ad2fcd1a4c50fb56dcb1ce0dfaceaa8862e15 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Mon, 13 Jun 2016 16:07:12 +0300 Subject: [PATCH] update readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a691198..c3c8d7e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ #TableKit

-Build Status -Swift 2.2 compatible -Platform iOS -CocoaPods compatible -License: MIT + Build Status + Swift 2.2 compatible + Carthage compatible + CocoaPods compatible + Platform iOS + License: MIT

TableKit is a super lightweight yet powerful generic library that allows you to build complex table views in a declarative type-safe manner. @@ -113,6 +114,8 @@ pod 'TableKit' ``` #### Carthage Add the line `github "maxsokolov/tablekit"` to your `Cartfile` +#### Manual +Clone the repo and drag files from `Sources` folder into your Xcode project. ## Requirements