blob: 40dfb983f99420aa4d30ebf52be60991fba2cde3 [file] [log] [blame]
{
"name": "ImmutableGraph",
"version": "0.1.5",
"summary": "Functional Swift graph algorithms.",
"description": "Functional Swift graph algorithms: DFS, BFS and FindPath on immutable graphs developed using TDD.",
"homepage": "https://github.com/horothesun/ImmutableGraph",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"horothesun": "horothesun@gmail.com"
},
"source": {
"git": "https://github.com/horothesun/ImmutableGraph.git",
"tag": "0.1.5"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.14",
"tvos": "10.0",
"watchos": "4.0"
},
"source_files": "Sources/ImmutableGraph/**/*.swift",
"swift_version": "5.0"
}