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