blob: eafd6d65a1a2de8ad482009bbd80da934c9ae1a9 [file] [log] [blame]
{
"name": "DSMonteCarloTreeSearch",
"version": "1.1",
"summary": "Monter Carlo Tree Search algorithm swift implementation.",
"description": "Monter Carlo Tree Search algorithm swift implementation. You can use configure for you domain.",
"homepage": "https://github.com/dmitrysimkin/DSMonteCarloTreeSearch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Simkin Dmitry": "dmitry.simkin@mail.ru"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/dmitrysimkin/DSMonteCarloTreeSearch.git",
"tag": "1.1"
},
"source_files": [
"Classes",
"DSMonteCarloTreeSearch/**/*.{swift}"
],
"swift_version": "4.1"
}