blob: 538a5f7c464ea75af36679eb8034a8c8fa757d7f [file] [log] [blame]
{
"name": "ElementaryCycles",
"version": "0.4.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.4.0"
},
"source_files": "Sources/ElementaryCycles/**/*",
"dependencies": {
"ElementaryCyclesSearch": [
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}