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