[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 4 / d / 0 / ParserCombinator / 1.0.0 / ParserCombinator.podspec.json
blobbc27e18a0710c2337018a92a7abe00154e8dc43a
2   "name": "ParserCombinator",
3   "version": "1.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 strings into other objects. Technical terms, like mooned, 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": "1.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   "source_files": "Source/**/*.swift",
26   "pushed_with_swift_version": "3.1"