blob: 7af7320b7b72164152e18f34d9970fcb4b847d66 [file] [log] [blame]
{
"name": "ElementaryCycles",
"version": "0.3.0",
"summary": "Find all elementary cycles in a directed graph",
"description": "Swift port of an algorythm by Donald B. Johnson to find all the cycles in a directed graph.",
"homepage": "https://github.com/hectr/swift-elementary-cycles",
"license": {
"type": "BSD-2",
"file": "LICENSE"
},
"authors": "Hèctor Marquès",
"social_media_url": "https://twitter.com/elnetus",
"platforms": {
"ios": "10.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/hectr/swift-elementary-cycles.git",
"tag": "0.3.0"
},
"source_files": "Sources/ElementaryCycles/**/*",
"dependencies": {
"ElementaryCyclesSearch": [
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}