[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / d / 0 / ParserCombinator / 2.0.0 / ParserCombinator.podspec.json
blob1783acc6f3e5669741f447e5d7b1b32698fbfa18
2   "name": "ParserCombinator",
3   "version": "2.0.0",
4   "summary": "Exquisitely simple functional parsing in Swift.",
5   "description": "A simple parser combinator, created in Swift. Functional parser combinators can be extremely useful but can also be difficult to understand. ParserCombinator attempts to strip this back and create a simple and user friendly way to parse complex strings into other objects. Technical terms, like 'monad', are avoided or explained if necessary and docs are provided in plain English, with examples.",
6   "homepage": "https://github.com/tigerpixel/ParserCombinator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tigerpixel": "l.flynn2@live.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/tigerpixel/ParserCombinator.git",
16     "tag": "2.0.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"