blob: 0fb67ea3d45dd4a58491a6524060a10ee74819aa [file] [log] [blame]
{
"name": "HUMAStarPathfinder",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "HUMAStarPathfinder",
"requires_arc": true
}