blob: b1b6339c435461173bac553251e32912f8ca840e [file] [log] [blame]
{
"name": "PGNParser",
"version": "0.4.0",
"summary": "A simple way to parse Portable Game Notation into Swift objects.",
"description": "A simple way to parse Portable Game Notation into Swift objects. Easily parse game strings into Swift objects with just a single call. More work is required to fully suppourt the format. Pull requests for improvements are welcome.",
"homepage": "https://github.com/tigerpixel/PGNParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tigerpixel": "l.flynn2@live.co.uk"
},
"source": {
"git": "https://github.com/tigerpixel/PGNParser.git",
"tag": "0.4.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9",
"tvos": "9.0"
},
"swift_versions": "5.1",
"source_files": "Sources/**/*.swift",
"dependencies": {
"Currier": [
],
"ParserCombinator": [
]
},
"swift_version": "5.1"
}