blob: 8dd08bb236ad58c4d712823f2672e238f677fbe8 [file] [log] [blame]
{
"name": "NCGraph",
"version": "1.0.2",
"summary": "Graph abstract data structure written in Swift 4.",
"swift_version": "4.0",
"description": "Graph data structure with common algorithms for topological sorting, shortest path etc. Written in pure Swift 4.",
"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.2"
},
"source_files": [
"Graph",
"Graph/**/*.{h,m}"
],
"resources": "GraphTests/*.txt"
}