blob: 5051daf2b8972ad10087f98bc2dadf5ff6bed594 [file] [log] [blame]
{
"name": "SwiftLintFramework",
"version": "0.32.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.32.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Simard": "jp@jpsim.com"
},
"platforms": {
"osx": "10.10"
},
"source_files": "Source/SwiftLintFramework/**/*.swift",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"SourceKittenFramework": [
"~> 0.23"
],
"Yams": [
"~> 2.0"
]
}
}