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