blob: d450f4dfd5fb50a21190601c2e54ab2d130ec453 [file] [log] [blame]
{
"name": "SourceKittenFramework",
"version": "0.30.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.30.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.1",
"5.2"
],
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"SWXMLHash": [
"~> 5.0.1"
],
"Yams": [
"~> 4.0"
]
},
"swift_version": "5.2"
}