[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 4 / FootlessParser / 0.5.2 / FootlessParser.podspec.json
blob0c55036f63fc10ddf1e1a12ec3624e15b038de85
2   "name": "FootlessParser",
3   "version": "0.5.2",
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.5.2"
17   },
18   "source_files": "Sources/FootlessParser/*.swift",
19   "platforms": {
20     "osx": "10.10",
21     "ios": "9.0"
22   }