[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / 0 / Libuv-gRPC / 0.0.7 / Libuv-gRPC.podspec.json
blob68e08c55b4f7d2b8a489b4bc4b0bb507e1128afc
2   "name": "Libuv-gRPC",
3   "version": "0.0.7",
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.37.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\" \"$(PODS_TARGET_SRCROOT)/include\"",
29     "CLANG_WARN_STRICT_PROTOTYPES": "NO",
30     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
31     "USE_HEADERMAP": "NO",
32     "ALWAYS_SEARCH_USER_PATHS": "NO",
33     "GCC_TREAT_WARNINGS_AS_ERRORS": "NO",
34     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
35   },
36   "libraries": "c++",
37   "compiler_flags": [
38     "-D_LARGEFILE_SOURCE",
39     "-D_FILE_OFFSET_BITS=64",
40     "-D_GNU_SOURCE",
41     "-D_DARWIN_USE_64_BIT_INODE=1",
42     "-D_DARWIN_UNLIMITED_SELECT=1"
43   ],
44   "subspecs": [
45     {
46       "name": "Interface",
47       "header_mappings_dir": "include",
48       "source_files": [
49         "include/uv.h",
50         "include/uv/errno.h",
51         "include/uv/threadpool.h",
52         "include/uv/version.h",
53         "include/uv/tree.h",
54         "include/uv/unix.h",
55         "include/uv/darwin.h"
56       ]
57     },
58     {
59       "name": "Implementation",
60       "header_mappings_dir": "src",
61       "source_files": [
62         "src/fs-poll.c",
63         "src/idna.c",
64         "src/inet.c",
65         "src/strscpy.c",
66         "src/threadpool.c",
67         "src/timer.c",
68         "src/uv-data-getter-setters.c",
69         "src/uv-common.c",
70         "src/version.c",
71         "src/unix/async.c",
72         "src/unix/core.c",
73         "src/unix/dl.c",
74         "src/unix/fs.c",
75         "src/unix/getaddrinfo.c",
76         "src/unix/getnameinfo.c",
77         "src/unix/loop.c",
78         "src/unix/loop-watcher.c",
79         "src/unix/pipe.c",
80         "src/unix/poll.c",
81         "src/unix/process.c",
82         "src/unix/signal.c",
83         "src/unix/stream.c",
84         "src/unix/tcp.c",
85         "src/unix/thread.c",
86         "src/unix/tty.c",
87         "src/unix/udp.c",
88         "src/unix/bsd-ifaddrs.c",
89         "src/unix/darwin.c",
90         "src/unix/fsevents.c",
91         "src/unix/kqueue.c",
92         "src/unix/darwin-proctitle.c",
93         "src/unix/proctitle.c",
94         "src/heap-inl.h",
95         "src/idna.h",
96         "src/queue.h",
97         "src/strscpy.h",
98         "src/uv-common.h",
99         "src/unix/atomic-ops.h",
100         "src/unix/internal.h",
101         "src/unix/spinlock.h"
102       ],
103       "dependencies": {
104         "Libuv-gRPC/Interface": [
105           "0.0.7"
106         ]
107       }
108     }
109   ]