[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 0 / a / c / DSMonteCarloTreeSearch / 1.2 / DSMonteCarloTreeSearch.podspec.json
blob15d016daa96cc9ceba2cfc597bc9ce763ec46b56
2   "name": "DSMonteCarloTreeSearch",
3   "version": "1.2",
4   "summary": "Monter Carlo Tree Search algorithm swift implementation.",
5   "description": "Monter Carlo Tree Search algorithm swift implementation. You can use configure for you domain.",
6   "homepage": "https://github.com/dmitrysimkin/DSMonteCarloTreeSearch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Simkin Dmitry": "dmitry.simkin@mail.ru"
13   },
14   "platforms": {
15     "ios": "9.3"
16   },
17   "source": {
18     "git": "https://github.com/dmitrysimkin/DSMonteCarloTreeSearch.git",
19     "tag": "1.2"
20   },
21   "source_files": [
22     "Classes",
23     "DSMonteCarloTreeSearch/**/*.{swift}"
24   ],
25   "swift_version": "5"