blob: 9d94769e433b3eb50e48d1e06a3c4b2ff8b82464 [file] [log] [blame]
{
"name": "KWGraphTools",
"version": "0.1.0",
"summary": "A simple pathfinding integration with SpriteKit and GameplayKit.",
"description": "This pod implements a djikstra's pathfinding algorithm optimized to SKTileMapNode.",
"homepage": "https://github.com/vitorsala/KWGraphTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vitorsala": ""
},
"source": {
"git": "https://github.com/vitorsala/KWGraphTools.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "KWGraphTools/Classes/**/*",
"swift_version": "4.0"
}