blob: dc33481a7e60835a62c14e71e09d828583db663f [file] [log] [blame]
{
"name": "SwiftParsec",
"version": "2.1",
"license": "2-clause BSD",
"summary": "SwiftParsec is a Swift port of the Parsec parser combinator library.",
"homepage": "https://github.com/davedufresne/SwiftParsec",
"authors": {
"David Dufresne": "https://github.com/davedufresne"
},
"source": {
"git": "https://github.com/davedufresne/SwiftParsec.git",
"tag": "2.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/SwiftParsec/*.swift",
"pushed_with_swift_version": "3.0.2"
}