blob: 0c55036f63fc10ddf1e1a12ec3624e15b038de85 [file] [log] [blame]
{
"name": "FootlessParser",
"version": "0.5.2",
"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.5.2"
},
"source_files": "Sources/FootlessParser/*.swift",
"platforms": {
"osx": "10.10",
"ios": "9.0"
}
}