[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / f / 6 / macOSjqKit / 1.0.5 / macOSjqKit.podspec.json
blobc360fd8a2ab893304debed4baa1222047cfd9b7a
2   "name": "macOSjqKit",
3   "version": "1.0.5",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
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"
16   },
17   "source": {
18     "git": "https://github.com/luckymarmot/jqKit.git",
19     "tag": "1.0.5"
20   },
21   "social_media_url": "https://twitter.com/luckymarmot",
22   "platforms": {
23     "osx": "10.10"
24   },
25   "source_files": [
26     "jqKit/*.{m,h}",
27     "Dependencies/jq_install/include/*.h"
28   ],
29   "public_header_files": [
30     "jqKit/*.h",
31     "Dependencies/jq_install/include/*.h"
32   ],
33   "header_dir": "Dependencies/jq_install/include",
34   "preserve_paths": [
35     "Dependencies/onig_install/lib/libonig.a",
36     "Dependencies/jq_install/lib/libjq.a"
37   ],
38   "vendored_libraries": [
39     "Dependencies/onig_install/lib/libonig.a",
40     "Dependencies/jq_install/lib/libjq.a"
41   ],
42   "module_name": "macOSjqKit"