blob: d421dfbf95ac556f8a0ee4cfac66ada9202555fc [file] [log] [blame]
{
"name": "SourcererArchiver",
"version": "0.1.0",
"summary": "Pure-Swift meta-programming (Archiver)",
"description": "Proof-of-concept pure Swift code-generator that runs on top of [Sourcery](https://github.com/krzysztofzablocki/Sourcery).",
"homepage": "https://github.com/hectr/swift-sourcerer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hèctor Marquès": "h@mrhector.me"
},
"source": {
"git": "https://github.com/hectr/swift-sourcerer.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.13"
},
"static_framework": true,
"source_files": "Sources/SourcererArchiver/**/*",
"dependencies": {
"Idioms": [
],
"ShellInterface": [
]
}
}