blob: 9a6c5d845bd1ed2d2d88feee9823be43cb601e01 [file] [log] [blame]
{
"name": "Syntaxis",
"version": "0.2.0",
"summary": "Yet another functional parser library",
"homepage": "https://github.com/kronenthaler/Syntaxis",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kronenthaler": "kronenthaler@gmail.com"
},
"source": {
"git": "https://github.com/kronenthaler/Syntaxis.git",
"tag": "0.2.0"
},
"description": "A parsing library based on the concept of parsing combinators.\nAllows to create parsers that read as a BNF specification and allows to construct\nAST objects as the parser goes along.",
"platforms": {
"ios": "11.0",
"osx": "10.15"
},
"requires_arc": true,
"swift_versions": [
5.0,
5.1,
5.2
],
"source_files": "Classes/**/*.{swift,h}",
"public_header_files": "Classes/**/*.h",
"preserve_paths": "README.md",
"swift_version": "5.2"
}