blob: 936e087ad135c5b23bbd1b996283090c441b49c7 [file] [log] [blame]
{
"name": "Slang",
"version": "0.1.1",
"license": "MIT",
"summary": "SourceKitten + Querying + Editing = 💖",
"homepage": "https://github.com/Swifteroid/Slang",
"authors": "Ian Bytchek",
"source": {
"git": "https://github.com/Swifteroid/Slang.git",
"tag": "0.1.1"
},
"platforms": {
"osx": "10.15"
},
"swift_versions": "5.2",
"source_files": "source/Slang/**/*.{swift,h,m}",
"exclude_files": "source/Slang/{Test}/**/*",
"dependencies": {
"SourceKittenFramework": [
"~> 0.29"
],
"STRegex": [
"~> 2.1"
]
},
"swift_version": "5.2"
}