blob: 4bf51852a85f9df84fe54a9bceeadbbe767c29d8 [file] [log] [blame]
{
"name": "Evolve",
"version": "0.1",
"summary": "An Objective-C evolution simulation engine.",
"homepage": "https://github.com/mamaral/Evolve",
"license": "MIT",
"authors": {
"Mike Amaral": "mike.amaral36@gmail.com"
},
"social_media_url": "http://twitter.com/MikeAmaral",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/mamaral/Evolve.git",
"tag": "v0.1"
},
"source_files": [
"Source/EvolutionManager.{h,m}",
"Source/Population.{h,m}",
"Source/Organism.{h,m}",
"Source/Chromosome.{h,m}",
"Source/Random.{h,m}"
],
"requires_arc": true
}