[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / f / c / 6 / Currier / 1.2.0 / Currier.podspec.json
bloba00e9d8a77ae86f15f5c6b96e21fdec279aab974
2   "name": "Currier",
3   "version": "1.2.0",
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",
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": "1.2.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "watchos": "2.0",
22     "osx": "10.9",
23     "tvos": "9.0"
24   },
25   "swift_versions": "5.0",
26   "source_files": "Source/**/*.swift",
27   "swift_version": "5.0"