blob: 70154b1c8df8b860462dfc6dd802eebbc94df817 [file] [log] [blame]
{
"name": "ChessKit",
"version": "1.2.17",
"summary": "Lightweight and fast chess framework written in Swift.",
"description": "Lightweight and fast chess framework written in Swift. ChessKit is used as a base freamework for Ladoga chess engine.",
"homepage": "https://aperechnev.github.io/ChessKit/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Perechnev": "alexander@perechnev.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/aperechnev/ChessKit.git",
"tag": "1.2.17"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "5.2"
}