mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 08:59:24 +01:00
test
This commit is contained in:
8
index.md
8
index.md
@@ -1171,24 +1171,24 @@ let person2 = self.monitor[1, 2]
|
|||||||
- [GCDKit](https://github.com/JohnEstropia/GCDKit)
|
- [GCDKit](https://github.com/JohnEstropia/GCDKit)
|
||||||
|
|
||||||
### Install with CocoaPods
|
### Install with CocoaPods
|
||||||
{% endhighlight %}
|
{% highlight ruby %}
|
||||||
pod 'CoreStore'
|
pod 'CoreStore'
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
This installs CoreStore as a framework. Declare `import CoreStore` in your swift file to use the library.
|
This installs CoreStore as a framework. Declare `import CoreStore` in your swift file to use the library.
|
||||||
|
|
||||||
### Install with Carthage
|
### Install with Carthage
|
||||||
In your `Cartfile`, add
|
In your `Cartfile`, add
|
||||||
{% endhighlight %}
|
{% highlight ruby %}
|
||||||
github "JohnEstropia/CoreStore" >= 1.4.4
|
github "JohnEstropia/CoreStore" >= 1.4.4
|
||||||
github "JohnEstropia/GCDKit" >= 1.1.7
|
github "JohnEstropia/GCDKit" >= 1.1.7
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
and run
|
and run
|
||||||
{% endhighlight %}
|
{% highlight ruby %}
|
||||||
carthage update
|
carthage update
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
### Install as Git Submodule
|
### Install as Git Submodule
|
||||||
{% endhighlight %}
|
{% highlight ruby %}
|
||||||
git submodule add https://github.com/JohnEstropia/CoreStore.git <destination directory>
|
git submodule add https://github.com/JohnEstropia/CoreStore.git <destination directory>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
Drag and drop **CoreStore.xcodeproj** to your project.
|
Drag and drop **CoreStore.xcodeproj** to your project.
|
||||||
|
|||||||
Reference in New Issue
Block a user