blob: a00e9d8a77ae86f15f5c6b96e21fdec279aab974 [file] [log] [blame]
{
"name": "Currier",
"version": "1.2.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.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*.swift",
"swift_version": "5.0"
}