blob: cee9b93c52bdec75850be0da0c2b5c7b7be19e7a [file] [log] [blame]
{
"name": "ChessKit",
"version": "1.2.15",
"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.15"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "5.2"
}