blob: a5cbe3fe2942d2d29ef2dd5ff450ffb8fb754d91 [file] [log] [blame]
{
"name": "SwiftParsec",
"version": "4.0.0",
"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": "4.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/SwiftParsec/*.swift",
"swift_version": "5.0"
}