[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / f / 1 / WolfGraph / 0.2.2 / WolfGraph.podspec.json
blob33bba1aced309497f502e621f1b1b11e62f10ce7
2   "name": "WolfGraph",
3   "version": "0.2.2",
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.2"
16   },
17   "source_files": "Sources/WolfGraph/**/*",
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     "WolfCore": [
28     ],
29     "WolfGraphics": [
31     ]
32   }