[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 6 / Currier / 0.1.0 / Currier.podspec.json
blob12c9f4842d1e8d3affcb525c87c4f02ee412f072
2   "name": "Currier",
3   "version": "0.1.0",
4   "summary": "Fantastically easy FP function currying.",
5   "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.",
6   "homepage": "https://github.com/tigerpixel/Currier",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liam": "l.flynn2@live.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/tigerpixel/Currier.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Currier/**/*.swift",
23   "pushed_with_swift_version": "3.0"