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/",
13 "git": "https://github.com/shinywhitebox/GraphViz.git",
20 "swift_versions": "5",
22 "Sources/GraphViz/**/*.{h,swift,mm,m}",
26 "module_map": "graphviz.modulemap",
27 "pod_target_xcconfig": {
28 "DEFINES_MODULE": "YES"
30 "vendored_libraries": "Libraries/universal/*.dylib",
37 "Libraries/universal/*.dylib",
38 "Libraries/graphviz/config6"
46 "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"