mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
20 lines
580 B
Plaintext
20 lines
580 B
Plaintext
{
|
|
"schemaVersion": "1.0",
|
|
"artifacts": {
|
|
"swiftlint": {
|
|
"version": "__VERSION__",
|
|
"type": "executable",
|
|
"variants": [
|
|
{
|
|
"path": "swiftlint-__VERSION__-macos/bin/swiftlint",
|
|
"supportedTriples": ["x86_64-apple-macosx", "arm64-apple-macosx"]
|
|
},
|
|
{
|
|
"path": "swiftlint-__VERSION__-linux-gnu/bin/swiftlint",
|
|
"supportedTriples": ["x86_64-unknown-linux-gnu"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|