{ | |
"name": "NavigationMeshGraph", | |
"version": "0.0.1", | |
"license": "MIT", | |
"summary": "Added pathfinding graph for Navigation Meshes", | |
"homepage": "https://github.com/nuudles/NavigationMeshGraph", | |
"authors": { | |
"Christopher Luu": "nuudles@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/nuudles/NavigationMeshGraph.git", | |
"tag": "0.0.1" | |
}, | |
"platforms": { | |
"ios": "9.0", | |
"osx": "10.11" | |
}, | |
"source_files": "Source/*.swift", | |
"frameworks": "GameplayKit", | |
"requires_arc": true | |
} |