Fix SPM issues

This commit is contained in:
John Estropia
2021-04-20 18:30:14 +09:00
parent b20be10a19
commit dda69389eb
17 changed files with 28 additions and 10 deletions

View File

@@ -2577,7 +2577,7 @@ This installs CoreStore as a framework. Declare `import CoreStore` in your swift
#### Install with Swift Package Manager:
```swift
dependencies: [
.package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "8.0.0"))
.package(url: "https://github.com/JohnEstropia/CoreStore.git", from: "8.0.1"))
]
```
Declare `import CoreStore` in your swift file to use the library.