blob: bc27e18a0710c2337018a92a7abe00154e8dc43a [file] [log] [blame]
{
"name": "ParserCombinator",
"version": "1.0.0",
"summary": "Exquisitely simple functional parsing in Swift.",
"description": "A simple parser combinator, created in Swift. Functional parser combinators can be extremely useful but can also be difficult to understand. ParserCombinator attempts to strip this back and create a simple and user friendly way to parse strings into other objects. Technical terms, like mooned, are avoided or explained if necessary and docs are provided in plain English, with examples.",
"homepage": "https://github.com/tigerpixel/ParserCombinator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tigerpixel": "l.flynn2@live.co.uk"
},
"source": {
"git": "https://github.com/tigerpixel/ParserCombinator.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Source/**/*.swift",
"pushed_with_swift_version": "3.1"
}