Merge branch 'feature/docc-plugin' into develop

This commit is contained in:
2025-07-08 21:24:51 +03:00

View File

@@ -9,6 +9,9 @@ let package = Package(
products: [
.library(name: "KeychainKit", targets: ["KeychainKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
],
targets: [
.target(name: "KeychainKit")
]