Skip to content

Commit 5ed4507

Browse files
authored
Update README.md
Fix incorrect Swift version requirement and suggested SPM dependency version.
1 parent 34dc351 commit 5ed4507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ If you find something wrong with this library and it isn't already mentioned und
102102

103103
## Dev Environment
104104
### Prerequisites
105-
1. Swift 4.2+
105+
1. Swift 5.1+
106106
2. Swift Package Manager *OR* Cocoapods
107107

108108
### Swift Package Manager
109109
Just include the following in your package's dependencies and add `JSONAPI` to the dependencies for any of your targets.
110110
```
111-
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "1.0.0"))
111+
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "2.0.0"))
112112
```
113113

114114
### CocoaPods

0 commit comments

Comments
 (0)