blob: 925a800e64f7b3589ba36abed8a5920725e418a6 [file] [log] [blame]
{
"name": "MetaheuristicKit",
"version": "0.1.1",
"summary": "A collection af metaheuristic algorithm to optimize the solution of a given problem.",
"description": "This CocoaPod provides the ability to use metaheuristic algorithms, such as the genetic algorithm, to find a solution to a given problem.",
"homepage": "https://github.com/DavidPiper94/MetaheuristicKit",
"license": "MIT",
"authors": {
"DavidPiper94": "david.piper@udo.edu"
},
"source": {
"git": "https://github.com/DavidPiper94/MetaheuristicKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MetaheuristicKit/Classes/**/*",
"resource_bundles": {
"MetaheuristicKit": [
"MetaheuristicKit/Assets/*.png"
]
}
}