mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
Update README.md
Fix incorrect Swift version requirement and suggested SPM dependency version.
This commit is contained in:
@@ -102,13 +102,13 @@ If you find something wrong with this library and it isn't already mentioned und
|
||||
|
||||
## Dev Environment
|
||||
### Prerequisites
|
||||
1. Swift 4.2+
|
||||
1. Swift 5.1+
|
||||
2. Swift Package Manager *OR* Cocoapods
|
||||
|
||||
### Swift Package Manager
|
||||
Just include the following in your package's dependencies and add `JSONAPI` to the dependencies for any of your targets.
|
||||
```
|
||||
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "1.0.0"))
|
||||
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "2.0.0"))
|
||||
```
|
||||
|
||||
### CocoaPods
|
||||
|
||||
Reference in New Issue
Block a user