mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"name": "SwiftFormat",
|
|
"version": "0.17",
|
|
"license": {
|
|
"type": "zlib",
|
|
"file": "LICENCE.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.17"
|
|
},
|
|
"source_files": "SwiftFormat",
|
|
"requires_arc": true,
|
|
"platforms": {
|
|
"ios": "8.0",
|
|
"osx": "10.10"
|
|
}
|
|
} |