From 1e018523bb6f56658bcadb4bd4a4bc0c9a7d2218 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Mon, 13 Jun 2016 13:12:12 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd141b0..d3a3c15 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ section.append(builder: builder) ## Installation -### CocoaPods +#### CocoaPods To integrate TableKit into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby @@ -111,6 +111,8 @@ use_frameworks! pod 'TableKit' ``` +#### Carthage +Add the line `github "johnsundell/unbox"` to your `Cartfile` ## Requirements