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