[Add] AlibabacloudEmrServerlessSpark20230808 1.8.0
[CocoaPods.git] / Specs / 5 / 2 / a / ElementaryCyclesSearch / 0.1.0 / ElementaryCyclesSearch.podspec.json
blob14e168c7aa8e36e8797e7a1167d3576c08847d40
2   "name": "ElementaryCyclesSearch",
3   "version": "0.1.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.1.0"
20   },
21   "source_files": "Sources/ElementaryCyclesSearch/**/*",
22   "swift_version": "4.2"