[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / d / 0 / GraphViz / 1.0.0 / GraphViz.podspec.json
blob75c0f7a510a0fcd816691801480ef6c3fc49aa34
2   "name": "GraphViz",
3   "version": "1.0.0",
4   "authors": "Neil Clayton",
5   "summary": "Copy of GraphViz https://github.com/SwiftDocOrg/GraphViz to add a podspec",
6   "description": "Copy of GraphViz https://github.com/SwiftDocOrg/GraphViz to add a podspec.  \nIncludes dylibs for 11.0+ to make it all self contained.  It's marked 10.15 so I can conditionally use it.",
7   "homepage": "http://shinywhitebox.com/",
8   "license": "MIT",
9   "platforms": {
10     "osx": "10.15"
11   },
12   "source": {
13     "git": "https://github.com/shinywhitebox/GraphViz.git",
14     "tag": "1.0.0"
15   },
16   "frameworks": [
17     "Cocoa",
18     "Foundation"
19   ],
20   "swift_versions": "5",
21   "source_files": [
22     "Sources/GraphViz/**/*.{h,swift,mm,m}",
23     "GraphViz.h",
24     "SWB/GraphViz/*"
25   ],
26   "module_map": "graphviz.modulemap",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "vendored_libraries": "Libraries/universal/*.dylib",
31   "dependencies": {
32     "Clibgraphviz": [
34     ]
35   },
36   "resources": [
37     "Libraries/universal/*.dylib",
38     "Libraries/graphviz/config6"
39   ],
40   "libraries": [
41     "cdt.5",
42     "cgraph.6",
43     "gvc.6"
44   ],
45   "xcconfig": {
46     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
47   },
48   "swift_version": "5"