[Add] MapplsAPICore 1.0.16
[CocoaPods.git] / Specs / a / 3 / 9 / Clibgraphviz / 1.0.0 / Clibgraphviz.podspec.json
blobf16fb0b208d1e27c4f1d9abb4ba19cb6d3143305
2   "name": "Clibgraphviz",
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 \nThis is here to shut up the \"import Clibgraphviz\". It includes the .h files for graphviz.\n\nHad to comment out the <inttpyes> include to make xcode (12) happy. Seemed to work ok.",
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   "source_files": [
17     "Sources/Clibgraphviz/*.h",
18     "SWB/Clibgraphviz/*"
19   ],
20   "frameworks": [
21     "Cocoa",
22     "Foundation"
23   ],
24   "swift_versions": "5",
25   "pod_target_xcconfig": {
26     "DEFINES_MODULE": "YES"
27   },
28   "xcconfig": {
29     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
30   },
31   "swift_version": "5"