[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 2 / a / ElementaryCyclesSearch / 0.4.0 / ElementaryCyclesSearch.podspec.json
blob820bfa0d28cf89e804f9bb03a26626badc0c7b10
2   "name": "ElementaryCyclesSearch",
3   "version": "0.4.0",
4   "summary": "Elementary Circuits of a Directed Graph",
5   "description": "The implementation is pretty much generic, all it needs is a adjacency-matrix of your graph and the objects of your nodes. Then you get back the sets of node-objects which build a cycle.",
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/ElementaryCyclesSearch/**/*",
22   "dependencies": {
23     "Idioms": [
25     ]
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"