blob: 84bf1019c819dc1badc868bb0d2b02c05cd13bc4 [file] [log] [blame]
{
"name": "WolfGraph",
"version": "0.2.0",
"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.0"
},
"source_files": "WolfGraph/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfGraph",
"dependencies": {
"ExtensibleEnumeratedName": [
],
"WolfNumerics": [
],
"WolfGeometry": [
],
"WolfColor": [
],
"WolfWith": [
],
"WolfFoundation": [
]
}
}