[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / d / 0 / ParserCombinator / 2.1.0 / ParserCombinator.podspec.json
blobdce8edad263766915d354cafb4cdd59d80736f55
2   "name": "ParserCombinator",
3   "version": "2.1.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.1.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.1",
26   "source_files": "Sources/**/*.swift",
27   "swift_version": "5.1"