4 "summary": "A* search algorithm",
5 "description": "A simple algorithm to search for the optimal path between start and end point in the matrix",
6 "homepage": "https://github.com/kamsebgoralski/AStarSearch",
12 "Kamil Góralski": "kamsebgoralski@gmail.com"
18 "swift_versions": "5.0",
20 "git": "https://github.com/kamsebgoralski/AStarSearch.git",
23 "source_files": "Sources/AStarSearch/*.swift",
25 "frameworks": "Foundation",
30 "source_files": "Tests/AStarSearchTests/*.swift"
33 "swift_version": "5.0"