blob: f9a7f80714130f831fe0ad898e37df4811c0c16b [file] [log] [blame]
{
"name": "FootlessParser",
"version": "0.4.1",
"summary": "A simple parser combinator written in Swift",
"description": "FootlessParser is a simple and pretty naive implementation of a parser combinator in Swift. It enables infinite lookahead, non-ambiguous parsing with error reporting.",
"homepage": "https://github.com/kareman/FootlessParser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Kare Morstol": "kare@nottoobadsoftware.com"
},
"source": {
"git": "https://github.com/kareman/FootlessParser.git",
"tag": "0.4.1"
},
"source_files": "Sources/*.swift",
"platforms": {
"osx": "10.10",
"ios": "9.0"
},
"pushed_with_swift_version": "4.0"
}