blob: 3628270a4d94a388a9cd53bb3ce015f3e3d18f35 [file] [log] [blame]
{
"name": "ImmutableGraph",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ImmutableGraph/Classes/**/*",
"pushed_with_swift_version": "3.0"
}