blob: 5d44713050548de07812d699df7d0acb64532f93 [file] [log] [blame]
{
"name": "NCGraph",
"version": "1.0.1",
"summary": "Graph abstract data structure written in Swift 3.",
"description": "Graph data structure with common algorithms for topological sorting, shortest path etc. Written in pure Swift 3.",
"homepage": "https://github.com/GitNK/NCGraph",
"license": "MIT",
"authors": {
"Nikita Gromadskyi": "njck_g@yahoo.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/GitNK/NCGraph.git",
"tag": "1.0.1"
},
"source_files": [
"Graph",
"Graph/**/*.{h,m}"
],
"resources": "GraphTests/*.txt",
"pushed_with_swift_version": "3.0"
}