mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
41 lines
887 B
JSON
41 lines
887 B
JSON
{
|
|
"name": "SwiftFormat",
|
|
"version": "0.54.3",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE.md"
|
|
},
|
|
"summary": "Mac and iOS library for formatting Swift source code.",
|
|
"homepage": "https://github.com/nicklockwood/SwiftFormat",
|
|
"authors": "Nick Lockwood",
|
|
"source": {
|
|
"git": "https://github.com/nicklockwood/SwiftFormat.git",
|
|
"tag": "0.54.3"
|
|
},
|
|
"default_subspecs": "Core",
|
|
"subspecs": [
|
|
{
|
|
"name": "Core",
|
|
"source_files": "Sources"
|
|
},
|
|
{
|
|
"name": "CLI",
|
|
"preserve_paths": "CommandLineTool/swiftformat",
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"tvos": "11.0",
|
|
"osx": "10.14"
|
|
}
|
|
}
|
|
],
|
|
"platforms": {
|
|
"ios": "11.0",
|
|
"tvos": "11.0",
|
|
"osx": "10.14"
|
|
},
|
|
"swift_versions": [
|
|
"5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "5.9", "5.10"
|
|
],
|
|
"requires_arc": true
|
|
}
|