| { |
| "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" |
| } |
| } |