mirror of
https://github.com/zhigang1992/Kingfisher.git
synced 2026-01-12 09:04:37 +08:00
Update package dependency
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"object": {
|
||||
"pins": [
|
||||
{
|
||||
"package": "SwiftDocCPlugin",
|
||||
"repositoryURL": "https://github.com/apple/swift-docc-plugin",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "3303b164430d9a7055ba484c8ead67a52f7b74f6",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -13,11 +13,4 @@ let package = Package(
|
||||
path: "Sources"
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
#if swift(>=5.6)
|
||||
// Add the documentation compiler plugin if possible
|
||||
package.dependencies.append(
|
||||
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
|
||||
)
|
||||
#endif
|
||||
)
|
||||
Reference in New Issue
Block a user