blob: 12c9f4842d1e8d3affcb525c87c4f02ee412f072 [file] [log] [blame]
{
"name": "Currier",
"version": "0.1.0",
"summary": "Fantastically easy FP function currying.",
"description": "An easy to use function for producing a curried version of almost another function. Just wrap your function in a call like so ‘curry(myFunction)’ and the result will be a curried version of your function. A useful tool for working with parser combinators and other functional programming work. Has overrides for different numbers of parameters, currently up to 12. Pull requests for improvements are welcome.",
"homepage": "https://github.com/tigerpixel/Currier",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Liam": "l.flynn2@live.co.uk"
},
"source": {
"git": "https://github.com/tigerpixel/Currier.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "Currier/**/*.swift",
"pushed_with_swift_version": "3.0"
}