[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 0 / 9 / 4 / FootlessParser / 2.0.6 / FootlessParser.podspec.json
blobf1087ec6db35d1cecf7df5eb924f7e49c12df526
2   "name": "FootlessParser",
3   "version": "2.0.6",
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/oleander/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/oleander/FootlessParser.git",
16     "tag": "2.0.6"
17   },
18   "source_files": "Sources/*.swift",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "pushed_with_swift_version": "3.0.2"