blob: 24a6ec571fea62e90b581fa442889946895419d4 [file] [log] [blame]
{
"name": "SourceKitten",
"module_name": "SourceKittenFramework",
"version": "0.15.3",
"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.15.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Simard": "jp@jpsim.com"
},
"platforms": {
"osx": "10.9"
},
"source_files": "Source/SourceKittenFramework/{*.swift,sourcekitd.h,clang-c/*.h}",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"dependencies": {
"SWXMLHash": [
"~> 3.0"
],
"Yams": [
"~> 0.1"
]
},
"pushed_with_swift_version": "3.0"
}