blob: 70eba05171ab8fd143dccb46c87ca4708413f577 [file] [log] [blame]
{
"name": "FootlessParserT",
"version": "2.0.5",
"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/oleander/FootlessParser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Kare Morstol": "kare@nottoobadsoftware.com"
},
"source": {
"git": "https://github.com/oleander/FootlessParser.git",
"tag": "2.0.5"
},
"source_files": "Sources/*.swift",
"platforms": {
"osx": "10.10"
},
"pushed_with_swift_version": "3.0.2"
}