[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 8 / 0 / Libuv-gRPC / 0.0.1 / Libuv-gRPC.podspec.json
blob7272d18ddffc906819c906ad97772753ade491f2
2   "name": "Libuv-gRPC",
3   "version": "0.0.1",
4   "summary": "Cross-platform asynchronous I/O",
5   "description": "libuv is a multi-platform support library with a focus on asynchronous I/O.\nIt was primarily developed for use by Node.js, but it's also used by Luvit,\nJulia, pyuv, and others.",
6   "homepage": "https://libuv.org/",
7   "license": {
8     "type": "Mixed",
9     "file": "LICENSE"
10   },
11   "authors": "libuv",
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.10",
15     "tvos": "10.0",
16     "watchos": "4.0"
17   },
18   "source": {
19     "git": "https://github.com/libuv/libuv.git",
20     "tag": "v1.34.0"
21   },
22   "module_name": "uv",
23   "header_mappings_dir": "include",
24   "header_dir": "uv",
25   "requires_arc": false,
26   "pod_target_xcconfig": {
27     "HEADER_SEARCH_PATHS": "\"$(inherited)\" \"$(PODS_TARGET_SRCROOT)/include\"",
28     "USER_HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_TARGET_SRCROOT)/src\"",
29     "GCC_PREPROCESSOR_DEFINITIONS": "\"$(inherited)\" \"COCOAPODS=1\"",
30     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
31     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
32     "USE_HEADERMAP": "NO",
33     "ALWAYS_SEARCH_USER_PATHS": "NO"
34   },
35   "libraries": "c++",
36   "compiler_flags": "-Wno-comma -Wno-unreachable-code -Wno-shorten-64-to-32",
37   "subspecs": [
38     {
39       "name": "Interface",
40       "header_mappings_dir": "include",
41       "source_files": [
42         "include/uv.h",
43         "include/uv/errno.h",
44         "include/uv/threadpool.h",
45         "include/uv/version.h",
46         "include/uv/tree.h",
47         "include/uv/unix.h",
48         "include/uv/darwin.h"
49       ]
50     },
51     {
52       "name": "Implementation",
53       "header_mappings_dir": "src",
54       "source_files": [
55         "src/fs-poll.c",
56         "src/idna.c",
57         "src/inet.c",
58         "src/strscpy.c",
59         "src/threadpool.c",
60         "src/timer.c",
61         "src/uv-data-getter-setters.c",
62         "src/uv-common.c",
63         "src/version.c",
64         "src/unix/async.c",
65         "src/unix/core.c",
66         "src/unix/dl.c",
67         "src/unix/fs.c",
68         "src/unix/getaddrinfo.c",
69         "src/unix/getnameinfo.c",
70         "src/unix/loop.c",
71         "src/unix/loop-watcher.c",
72         "src/unix/pipe.c",
73         "src/unix/poll.c",
74         "src/unix/process.c",
75         "src/unix/signal.c",
76         "src/unix/stream.c",
77         "src/unix/tcp.c",
78         "src/unix/thread.c",
79         "src/unix/tty.c",
80         "src/unix/udp.c",
81         "src/unix/bsd-ifaddrs.c",
82         "src/unix/darwin.c",
83         "src/unix/fsevents.c",
84         "src/unix/kqueue.c",
85         "src/unix/darwin-proctitle.c",
86         "src/unix/proctitle.c",
87         "src/heap-inl.h",
88         "src/idna.h",
89         "src/queue.h",
90         "src/strscpy.h",
91         "src/uv-common.h",
92         "src/unix/atomic-ops.h",
93         "src/unix/internal.h",
94         "src/unix/spinlock.h"
95       ],
96       "dependencies": {
97         "Libuv-gRPC/Interface": [
98           "0.0.1"
99         ]
100       }
101     }
102   ]