2 "name": "ImmutableGraph",
4 "summary": "Functional Swift graph algorithms.",
5 "description": "Functional Swift graph algorithms: DFS, BFS and FindPath on immutable graphs developed using TDD.",
6 "homepage": "https://github.com/horothesun/ImmutableGraph",
12 "horothesun": "horothesun@gmail.com"
15 "git": "https://github.com/horothesun/ImmutableGraph.git",
18 "swift_versions": "5.0",
25 "source_files": "Sources/ImmutableGraph/**/*.swift",
26 "swift_version": "5.0"