blob: 02334e71b2a9f0f3d2eef6c44bda6325cd96b996 [file] [log] [blame]
{
"name": "SwiftChess",
"version": "1.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": "1.0"
},
"social_media_url": "https://twitter.com/stevebarnegren",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftChess/Source/**/*"
}