[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 9 / 4 / FootlessParser / 0.4.1 / FootlessParser.podspec.json
blobf9a7f80714130f831fe0ad898e37df4811c0c16b
2   "name": "FootlessParser",
3   "version": "0.4.1",
4   "summary": "A simple parser combinator written in Swift",
5   "description": "FootlessParser is a simple and pretty naive implementation of a parser combinator in Swift. It enables infinite lookahead, non-ambiguous parsing with error reporting.",
6   "homepage": "https://github.com/kareman/FootlessParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Kare Morstol": "kare@nottoobadsoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/kareman/FootlessParser.git",
16     "tag": "0.4.1"
17   },
18   "source_files": "Sources/*.swift",
19   "platforms": {
20     "osx": "10.10",
21     "ios": "9.0"
22   },
23   "pushed_with_swift_version": "4.0"