feat: Fix dependency (pr issue)

This commit is contained in:
Boyko Mihail 2021-04-30 18:56:50 +03:00
parent 77ca9d05fa
commit d27c8ab97c
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,15 @@
{
"object": {
"pins": [
{
"package": "KeychainAccess",
"repositoryURL": "https://github.com/kishikawakatsumi/KeychainAccess.git",
"state": {
"branch": null,
"revision": "84e546727d66f1adc5439debad16270d0fdd04e7",
"version": "4.2.2"
}
},
{
"package": "TableKit",
"repositoryURL": "https://github.com/maxsokolov/TableKit.git",

View File

@ -17,7 +17,8 @@ let package = Package(
.library(name: "OTPSwiftView", targets: ["OTPSwiftView"])
],
dependencies: [
.package(url: "https://github.com/maxsokolov/TableKit.git", from: "2.11.0")
.package(url: "https://github.com/maxsokolov/TableKit.git", from: "2.11.0"),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", from: "4.2.2")
],
targets: [
.target(name: "TITransitions", path: "TITransitions/Sources"),