blob: 858f42c1e4f7a5c4db63a7607e91b7cae7dc9882 [file] [log] [blame]
{
"name": "NavigationMeshGraph",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "Source/*.swift",
"frameworks": "GameplayKit",
"requires_arc": true
}