blob: b6f811c842c6e1fd2147bc98f59fa9c7f79804e9 [file] [log] [blame]
{
"name": "SwiftFormat",
"version": "0.44.15",
"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.44.15"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.12"
},
"swift_versions": "4.2",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Sources"
},
{
"name": "CLI",
"preserve_paths": "CommandLineTool/swiftformat",
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"osx": "10.9"
}
}
],
"swift_version": "4.2"
}