blob: 9cc1098222804ec093120ebd16020989e0881ff5 [file] [log] [blame]
{
"name": "SwiftLintFramework",
"version": "0.37.0",
"summary": "A tool to enforce Swift style and conventions.",
"homepage": "https://github.com/realm/SwiftLint",
"source": {
"git": "https://github.com/realm/SwiftLint.git",
"tag": "0.37.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Simard": "jp@jpsim.com"
},
"platforms": {
"osx": "10.10"
},
"source_files": "Source/SwiftLintFramework/**/*.swift",
"swift_versions": [
"5.0",
"5.1"
],
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"SourceKittenFramework": [
"~> 0.27.0"
],
"Yams": [
"~> 2.0"
]
},
"swift_version": "5.1"
}