blob: 895e1fe6af3731c8f2ccdccf8f2c3b18eacb42fc [file] [log] [blame]
{
"name": "ChessKit",
"version": "1.2.14",
"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://perechnev.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/perechnev/ChessKit.git",
"tag": "1.2.14"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "5.2"
}