[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 4 / d / 0 / ParserCombinator / 0.3.0 / ParserCombinator.podspec.json
blob81e03b8a8b18026df031576c5799d966f8bb64de
2   "name": "ParserCombinator",
3   "version": "0.3.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": "0.3.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"