blob: aa1631de772d3d7dceb0eeb93ff69841868b102b [file] [log] [blame]
{
"name": "SwiftParsec",
"version": "1.0",
"license": "LICENSE",
"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": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "SwiftParsec/*.swift"
}