Add docc plugin
This commit is contained in:
@@ -9,6 +9,9 @@ let package = Package(
|
|||||||
products: [
|
products: [
|
||||||
.library(name: "KeychainKit", targets: ["KeychainKit"]),
|
.library(name: "KeychainKit", targets: ["KeychainKit"]),
|
||||||
],
|
],
|
||||||
|
dependencies: [
|
||||||
|
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
|
||||||
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(name: "KeychainKit")
|
.target(name: "KeychainKit")
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user