From c229af19a2d8ff64a5fdc0a5db06c49eec011465 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Fri, 18 Dec 2015 19:28:02 +0900 Subject: [PATCH] added GCDKit to Carthage installation guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91f991a..11facd1 100644 --- a/README.md +++ b/README.md @@ -1182,6 +1182,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift ### Install with Carthage ``` github "JohnEstropia/CoreStore" >= 1.3.0 +github "JohnEstropia/GCDKit" >= 1.1.5 ``` ### Install as Git Submodule