blob: c833bbdc85571143d8974f413be9c25ac1fdc21a [file] [log] [blame]
{
"name": "SwiftChess",
"version": "1.1.1",
"summary": "Chess engine written in Swift",
"description": "Chess engine written in Swift, support player vs player, and player vs AI games.",
"homepage": "https://github.com/SteveBarnegren/SwiftChess",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Barnegren": "steve.barnegren@gmail.com"
},
"source": {
"git": "https://github.com/SteveBarnegren/SwiftChess.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/stevebarnegren",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftChess/Source/**/*",
"swift_version": "5.0"
}