blob: c2a29e92fa04bec62a477d9651e60e704b73c6b5 [file] [log] [blame]
{
"name": "Strategist",
"version": "0.1.0",
"summary": "Algorithms for building strong immutable AIs for round-based games.",
"description": "Strategist provides algorithms for building strong immutable AIs for round-based games.",
"homepage": "https://github.com/regexident/Strategist",
"license": {
"type": "MPL-2",
"file": "LICENSE"
},
"authors": {
"Vincent Esche": "regexident@gmail.com"
},
"source": {
"git": "https://github.com/regexident/Strategist.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.{swift,h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}