[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 1 / WolfGraph / 0.2.0 / WolfGraph.podspec.json
blob84bf1019c819dc1badc868bb0d2b02c05cd13bc4
2   "name": "WolfGraph",
3   "version": "0.2.0",
4   "summary": "A Swift-based general graph structure with value semantics.",
5   "homepage": "https://github.com/wolfmcnally/WolfGraph",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfGraph.git",
15     "tag": "0.2.0"
16   },
17   "source_files": "WolfGraph/Classes/**/*",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.0"
23   },
24   "module_name": "WolfGraph",
25   "dependencies": {
26     "ExtensibleEnumeratedName": [
28     ],
29     "WolfNumerics": [
31     ],
32     "WolfGeometry": [
34     ],
35     "WolfColor": [
37     ],
38     "WolfWith": [
40     ],
41     "WolfFoundation": [
43     ]
44   }