[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / d / f / 5 / ElementaryCycles / 0.4.0 / ElementaryCycles.podspec.json
blob538a5f7c464ea75af36679eb8034a8c8fa757d7f
2   "name": "ElementaryCycles",
3   "version": "0.4.0",
4   "summary": "Find all elementary cycles in a directed graph",
5   "description": "Swift port of an algorythm by Donald B. Johnson to find all the cycles in a directed graph.",
6   "homepage": "https://github.com/hectr/swift-elementary-cycles",
7   "license": {
8     "type": "BSD-2",
9     "file": "LICENSE"
10   },
11   "authors": "Hèctor Marquès",
12   "social_media_url": "https://twitter.com/elnetus",
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.13"
16   },
17   "source": {
18     "git": "https://github.com/hectr/swift-elementary-cycles.git",
19     "tag": "0.4.0"
20   },
21   "source_files": "Sources/ElementaryCycles/**/*",
22   "dependencies": {
23     "ElementaryCyclesSearch": [
25     ]
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"