blob: 23d5c204555ffa0b4e1677e9b48fe32497f2f8ff [file] [log] [blame]
{
"name": "Currier",
"version": "0.2.2",
"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 work. 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": "0.2.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Currier/**/*.swift",
"pushed_with_swift_version": "3.0"
}