blob: 20544dbbec3dd63c6cd2598bd7b902d0f48d2c62 [file] [log] [blame]
{
"name": "Strix",
"version": "1.0.0",
"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.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}