mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 06:09:58 +00:00
fix Get package
This commit is contained in:
parent
b38fda56e7
commit
0f87185399
25
Package.resolved
Normal file
25
Package.resolved
Normal 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
|
||||
}
|
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user