diff --git a/README.md b/README.md index a691198..c3c8d7e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ #TableKit
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