blob: 33bba1aced309497f502e621f1b1b11e62f10ce7 [file] [log] [blame]
{
"name": "WolfGraph",
"version": "0.2.2",
"summary": "A Swift-based general graph structure with value semantics.",
"homepage": "https://github.com/wolfmcnally/WolfGraph",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfGraph.git",
"tag": "0.2.2"
},
"source_files": "Sources/WolfGraph/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfGraph",
"dependencies": {
"WolfCore": [
],
"WolfGraphics": [
]
}
}