blob: 10d58e7f69c9b1130f304ed82e7848d335a702a0 [file] [log] [blame]
{
"name": "Strix",
"version": "1.0.1",
"summary": "Parser combinator library",
"description": "Strix is a parser combinator library written in Swift.",
"homepage": "https://github.com/nearfri/Strix",
"license": "MIT",
"authors": {
"Ukjeong Lee": "nearfri@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nearfri/Strix.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "4.0"
}