blob: b0e1fb5d67c5831a18b198a94192c691c93ccf74 [file] [log] [blame]
{
"name": "SwiftLintFramework",
"version": "0.17.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.17.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.17.0"
],
"Yaml": [
"= 3.3.1"
],
"Yams": [
"= 0.1.4"
]
},
"pushed_with_swift_version": "3.0"
}