blob: 73b245788f9911fa3aa6187c8a870737243b9654 [file] [log] [blame]
{
"name": "SwiftChess",
"version": "0.3.0",
"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": "0.3.0"
},
"social_media_url": "https://twitter.com/stevebarnegren",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftChess/Source/**/*",
"pushed_with_swift_version": "4.0"
}