blob: a4b94f35832ec6ed3d4a2cf3e3d14a2b8313b737 [file] [log] [blame]
{
"name": "Currier",
"version": "1.3.0",
"summary": "Fantastically easy function currying in Swift.",
"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.",
"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": "1.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_versions": "5.1",
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}