4 "summary": "Fantastically easy function currying in Swift.",
5 "description": "Produces a curried version of almost any other function. Just wrap your function in a single call ‘curry(myFunction)’ and the result will be a curried version of your original. A useful tool for working with parser combinators and other functional programming projects. Currently supports up to 14 parameters. Pull requests for improvements are welcome.",
6 "homepage": "https://github.com/tigerpixel/Currier",
12 "Liam": "l.flynn2@live.co.uk"
15 "git": "https://github.com/tigerpixel/Currier.git",
25 "swift_versions": "5.0",
26 "source_files": "Source/**/*.swift",
27 "swift_version": "5.0"