add SPM installation instructions to README

This commit is contained in:
John Estropia
2020-01-08 11:21:41 +09:00
parent c951cb87a3
commit 5e12d73747

View File

@@ -1883,6 +1883,13 @@ git submodule add https://github.com/JohnEstropia/CoreStore.git <destination dir
```
Drag and drop **CoreStore.xcodeproj** to your project.
### Install through Xcode's Swift Package Manager
From the **File** - **Swift Packages** - **Add Package Dependency…** menu, search for
```
CoreStore
```
where `JohnEstropia` is the *Owner*. Then add to your project.
### Objective-C support