blob: edf027ec821bfd90a87171ab2562955e7acd7be1 [file] [log] [blame]
{
"name": "SwiftFormat",
"version": "0.29.7",
"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.29.7"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"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"
}
}
]
}