blob: 737c52a5f9cc0d92ce3069ae3cb901d44ebf44d3 [file] [log] [blame]
{
"name": "ImmutableGraph",
"version": "0.1.3",
"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.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "ImmutableGraph/Classes/**/*",
"swift_version": "5.0"
}