blob: b7768d652fccef67dac40059fe3d897185f9ebb8 [file] [log] [blame]
{
"name": "DSMonteCarloTreeSearch",
"version": "1.0",
"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.0"
},
"source_files": [
"Classes",
"DSMonteCarloTreeSearch/**/*.{swift}"
],
"swift_version": "4.2"
}