blob: 5aea1d3d3d35107d906842c3406b4a049e4a1406 [file] [log] [blame]
{
"name": "SourceKittenFramework",
"version": "0.25.0",
"summary": "An adorable little framework for interacting with SourceKit.",
"homepage": "https://github.com/jpsim/SourceKitten",
"source": {
"git": "https://github.com/jpsim/SourceKitten.git",
"tag": "0.25.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Simard": "jp@jpsim.com"
},
"platforms": {
"osx": "10.9"
},
"source_files": [
"Source/Clang_C/include/*.h",
"Source/SourceKit/include/*.h",
"Source/SourceKittenFramework/*.swift"
],
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"SWXMLHash": [
"~> 4.7"
],
"Yams": [
"~> 2.0"
]
},
"swift_version": "5.0"
}