We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dc351 commit 5ed4507Copy full SHA for 5ed4507
1 file changed
README.md
@@ -102,13 +102,13 @@ If you find something wrong with this library and it isn't already mentioned und
102
103
## Dev Environment
104
### Prerequisites
105
-1. Swift 4.2+
+1. Swift 5.1+
106
2. Swift Package Manager *OR* Cocoapods
107
108
### Swift Package Manager
109
Just include the following in your package's dependencies and add `JSONAPI` to the dependencies for any of your targets.
110
```
111
- .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"))
112
113
114
### CocoaPods
0 commit comments