fix Get package

This commit is contained in:
Ethan Pippin 2022-08-08 14:23:59 -06:00
parent b38fda56e7
commit 0f87185399
2 changed files with 26 additions and 2 deletions

25
Package.resolved Normal file
View File

@ -0,0 +1,25 @@
{
"object": {
"pins": [
{
"package": "Get",
"repositoryURL": "https://github.com/kean/Get",
"state": {
"branch": null,
"revision": "db5248ce985c703c5ea0030b7c4d3f908db304c9",
"version": "1.0.2"
}
},
{
"package": "URLQueryEncoder",
"repositoryURL": "https://github.com/CreateAPI/URLQueryEncoder",
"state": {
"branch": null,
"revision": "4cc975d4d075d0e62699a796a08284e217d4ee93",
"version": "0.2.0"
}
}
]
},
"version": 1
}

View File

@ -10,8 +10,7 @@ let package = Package(
.library(name: "JellyfinAPI", targets: ["JellyfinAPI"]),
],
dependencies: [
.package(path: "/Users/epippin/Developer/GitHub/Get"),
// .package(url: "https://github.com/kean/Get", from: "1.0.2"),
.package(url: "https://github.com/kean/Get", from: "1.0.2"),
.package(url: "https://github.com/CreateAPI/URLQueryEncoder", from: "0.2.0")
],
targets: [