blob: 9e0a955c77ab6485ab9a5ed213f2819eec9937da [file] [log] [blame]
{
"name": "GraphLayout",
"version": "0.1.0",
"summary": "GraphLayout - UI controls for graph visualization. It is powered by Graphviz",
"description": "GraphLayout - UI controls for graph visualization. It is powered by Graphviz. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks.",
"homepage": "https://github.com/bakhtiyork/GraphLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bakhtiyor Khodjaev": "pods@bakhtiyor.com"
},
"source": {
"git": "https://github.com/bakhtiyork/GraphLayout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "GraphLayout/Classes/**/*",
"libraries": [
"z",
"stdc++"
],
"vendored_libraries": "GraphLayout/lib/*.a"
}