blob: dec4494fc0491607d424888d9e19f7bd216ef87f [file] [log] [blame]
{
"name": "WolfGraph",
"version": "0.1.1",
"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.1.1"
},
"source_files": "WolfGraph/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfGraph",
"dependencies": {
"ExtensibleEnumeratedName": [
],
"WolfAnyCodable": [
]
}
}