[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 1 / WolfGraph / 0.1.1 / WolfGraph.podspec.json
blobdec4494fc0491607d424888d9e19f7bd216ef87f
2   "name": "WolfGraph",
3   "version": "0.1.1",
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.1.1"
16   },
17   "source_files": "WolfGraph/Classes/**/*",
18   "swift_version": "4.2",
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     "WolfAnyCodable": [
31     ]
32   }