blob: 4362065cfabd211c0136ac3a193db62d15918ec1 [file] [log] [blame]
{
"name": "Evolver",
"version": "0.1.0",
"summary": "Genetic Algorithm library for Swift.",
"description": "Evolver is a Genetic Algorithm library for Swift.",
"homepage": "https://github.com/natmark/Evolver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Atsuya Sato": "natmark0918@gmail.com"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/natmark/Evolver.git",
"tag": "0.1.0"
},
"source_files": "Evolver/**/*.swift",
"pushed_with_swift_version": "4.0"
}