[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / c / 8 / 0 / Libuv-gRPC / 0.0.2 / Libuv-gRPC.podspec.json
blob0a8793eca5a01900fc02ff88fae191e3f6906e0a
2   "name": "Libuv-gRPC",
3   "version": "0.0.2",
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\" \"$(PODS_TARGET_SRCROOT)/include\"",
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   "prepare_command": "find include -type f \\( -path '*.h' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;#include \"uv.h\";#if COCOAPODS==1\\\n #include <uv/uv.h>\\\n#else\\\n #include  \"uv.h\"\\\n#endif;g'\n    find include -type f \\( -path '*.h' \\) -print0 | xargs -0 -L1 sed -E -i'.grpc_back' 's;# *include \"uv/(.*)\";#if COCOAPODS==1\\\n  #include <uv/uv/\\1>\\\n#else\\\n  #include  \"uv/\\1\"\\\n#endif;g'",
38   "subspecs": [
39     {
40       "name": "Interface",
41       "header_mappings_dir": "include",
42       "source_files": [
43         "include/uv.h",
44         "include/uv/errno.h",
45         "include/uv/threadpool.h",
46         "include/uv/version.h",
47         "include/uv/tree.h",
48         "include/uv/unix.h",
49         "include/uv/darwin.h"
50       ]
51     },
52     {
53       "name": "Implementation",
54       "header_mappings_dir": "src",
55       "source_files": [
56         "src/fs-poll.c",
57         "src/idna.c",
58         "src/inet.c",
59         "src/strscpy.c",
60         "src/threadpool.c",
61         "src/timer.c",
62         "src/uv-data-getter-setters.c",
63         "src/uv-common.c",
64         "src/version.c",
65         "src/unix/async.c",
66         "src/unix/core.c",
67         "src/unix/dl.c",
68         "src/unix/fs.c",
69         "src/unix/getaddrinfo.c",
70         "src/unix/getnameinfo.c",
71         "src/unix/loop.c",
72         "src/unix/loop-watcher.c",
73         "src/unix/pipe.c",
74         "src/unix/poll.c",
75         "src/unix/process.c",
76         "src/unix/signal.c",
77         "src/unix/stream.c",
78         "src/unix/tcp.c",
79         "src/unix/thread.c",
80         "src/unix/tty.c",
81         "src/unix/udp.c",
82         "src/unix/bsd-ifaddrs.c",
83         "src/unix/darwin.c",
84         "src/unix/fsevents.c",
85         "src/unix/kqueue.c",
86         "src/unix/darwin-proctitle.c",
87         "src/unix/proctitle.c",
88         "src/heap-inl.h",
89         "src/idna.h",
90         "src/queue.h",
91         "src/strscpy.h",
92         "src/uv-common.h",
93         "src/unix/atomic-ops.h",
94         "src/unix/internal.h",
95         "src/unix/spinlock.h"
96       ],
97       "dependencies": {
98         "Libuv-gRPC/Interface": [
99           "0.0.2"
100         ]
101       }
102     }
103   ]