diff --git a/Package.resolved b/Package.resolved index 7c8c1236..65ac8579 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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", diff --git a/Package.swift b/Package.swift index e5050bd2..ef8ed654 100644 --- a/Package.swift +++ b/Package.swift @@ -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"),