blob: 9c7c385949862292efbb593cab0076f2378fe3e3 [file] [log] [blame]
{
"name": "SourceKittenFramework",
"version": "0.23.1",
"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.23.1"
},
"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": "5.0",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"SWXMLHash": [
"~> 4.7"
],
"Yams": [
"~> 2.0"
]
}
}