From a55a22fc13f7a5903bd049e1fa5fc5ff1fae1cda Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Sat, 27 Feb 2016 22:00:01 +0900 Subject: [PATCH] test --- index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 402f6fd..7be512a 100644 --- a/index.md +++ b/index.md @@ -1171,24 +1171,24 @@ let person2 = self.monitor[1, 2] - [GCDKit](https://github.com/JohnEstropia/GCDKit) ### Install with CocoaPods -{% endhighlight %} +{% highlight ruby %} pod 'CoreStore' {% endhighlight %} This installs CoreStore as a framework. Declare `import CoreStore` in your swift file to use the library. ### Install with Carthage In your `Cartfile`, add -{% endhighlight %} +{% highlight ruby %} github "JohnEstropia/CoreStore" >= 1.4.4 github "JohnEstropia/GCDKit" >= 1.1.7 {% endhighlight %} and run -{% endhighlight %} +{% highlight ruby %} carthage update {% endhighlight %} ### Install as Git Submodule -{% endhighlight %} +{% highlight ruby %} git submodule add https://github.com/JohnEstropia/CoreStore.git {% endhighlight %} Drag and drop **CoreStore.xcodeproj** to your project.