[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 9 / c / FootlessParserT / 2.0.5 / FootlessParserT.podspec.json
blob70eba05171ab8fd143dccb46c87ca4708413f577
2   "name": "FootlessParserT",
3   "version": "2.0.5",
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.5"
17   },
18   "source_files": "Sources/*.swift",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "pushed_with_swift_version": "3.0.2"