Update SwiftPM package manifest example for version 3

This commit is contained in:
Mathew Polzin
2019-11-16 00:03:46 -08:00
committed by GitHub
parent 6ab4237c97
commit 45ec7ba753
+1 -1
View File
@@ -66,7 +66,7 @@ If you find something wrong with this library and it isn't already mentioned und
### 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: "2.2.0"))
.package(url: "https://github.com/mattpolzin/JSONAPI.git", .upToNextMajor(from: "3.0.0"))
```
### Xcode project