Add docc plugin

This commit is contained in:
2025-07-08 21:24:45 +03:00
parent 776f67ec89
commit d9eaa9df3f

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")
]