blob: 3ca988514e0b6dd60ddbc4bdf1af95b611563ca4 [file] [log] [blame]
{
"name": "KWGraphTools",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "KWGraphTools/Classes/**/*",
"swift_version": "4.0",
"frameworks": [
"SpriteKit",
"GameplayKit"
]
}