4 "summary": "An Objective-C wrapper around jqlib.",
5 "description": "An Objective-C wrapper around jqlib, the C library that powers the jq JSON filtering tool.\nSee: https://stedolan.github.io/jq/",
6 "homepage": "https://github.com/luckymarmot/jqKit",
12 "Stephen Dolan": "mu@netsoc.tcd.ie",
13 "Nicolas Williams": "nico@cryptonector.com",
14 "William Langford": "wlangfor@gmail.com",
15 "Micha Mazaheri": "micha@paw.cloud"
18 "git": "https://github.com/luckymarmot/jqKit.git",
21 "social_media_url": "https://twitter.com/luckymarmot",
27 "Dependencies/jq_install/include/*.h"
29 "public_header_files": [
31 "Dependencies/jq_install/include/*.h"
33 "header_dir": "Dependencies/jq_install/include",
35 "Dependencies/onig_install/lib/libonig.a",
36 "Dependencies/jq_install/lib/libjq.a"
38 "vendored_libraries": [
39 "Dependencies/onig_install/lib/libonig.a",
40 "Dependencies/jq_install/lib/libjq.a"
42 "module_name": "macOSjqKit"