blob: 48404f69d369ea895bfd31b2b931032e680365c8 [file] [log] [blame]
{
"name": "ElementaryCycles",
"version": "0.1.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.1.0"
},
"source_files": "Sources/ElementaryCycles/**/*",
"dependencies": {
"ElementaryCyclesSearch": [
]
},
"swift_version": "4.2"
}