| { | |
| "name": "HUMAStarPathfinder", | |
| "version": "0.1.4", | |
| "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.4" | |
| }, | |
| "platforms": { | |
| "ios": "5.0", | |
| "osx": "10.7" | |
| }, | |
| "source_files": "HUMAStarPathfinder", | |
| "requires_arc": true | |
| } |