blob: d0555e3043297a1129e21ecbb9161e8a7dfce2c0 [file] [log] [blame]
{
"name": "HUMAStarPathfinder",
"version": "0.1.2",
"summary": "A* Pathfinding implementation for iOS and Mac OS X games.",
"homepage": "https://github.com/colinhumber/HUMAStarPathfinder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Colin Humber": "colinhumber@gmail.com"
},
"source": {
"git": "https://github.com/colinhumber/HUMAStarPathfinder.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "HUMAStarPathfinder",
"requires_arc": true
}