blob: 1809ff9c5616e93f786380dd01e0dd88d1627a61 [file] [log] [blame]
{
"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
}