[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 2 / Strategist / 0.1.0 / Strategist.podspec.json
blobc2a29e92fa04bec62a477d9651e60e704b73c6b5
2   "name": "Strategist",
3   "version": "0.1.0",
4   "summary": "Algorithms for building strong immutable AIs for round-based games.",
5   "description": "Strategist provides algorithms for building strong immutable AIs for round-based games.",
6   "homepage": "https://github.com/regexident/Strategist",
7   "license": {
8     "type": "MPL-2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/regexident/Strategist.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "Sources/*.{swift,h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   }