From 5ed45078a15ca0670b3e58ceead626f08d8f8c05 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sat, 14 Sep 2019 16:44:46 -0700 Subject: [PATCH] Update README.md Fix incorrect Swift version requirement and suggested SPM dependency version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9c7a5d..6c0a231 100644 --- a/README.md +++ b/README.md @@ -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