4 "summary": "Faye C++ client with Objective-C client wrapper.",
5 "description": "Faye C++ client with Objective-C client wrapper. \nLibrary created with Pure C++ (features provided by Standard C++), without heavy STL and C++11 features.\nYou can use Objective-C wrapper or C++ client directly.\n",
6 "homepage": "https://github.com/OlehKulykov/FayeCpp",
12 "Oleh Kulykov": "info@resident.name"
15 "git": "https://github.com/OlehKulykov/FayeCpp.git",
22 "public_header_files": [
24 "contrib/objc/FayeCppClient.h"
27 "contrib/objc/*.{h,mm}",
31 "jansson/src/*.{h,c}",
32 "libwebsockets/lib/*.{h}",
33 "libwebsockets/lib/base64-decode.c",
34 "libwebsockets/lib/client-handshake.c",
35 "libwebsockets/lib/client-parser.c",
36 "libwebsockets/lib/client.c",
37 "libwebsockets/lib/context.c",
38 "libwebsockets/lib/extension-deflate-frame.c",
39 "libwebsockets/lib/extension-deflate-stream.c",
40 "libwebsockets/lib/extension.c",
41 "libwebsockets/lib/getifaddrs.c",
42 "libwebsockets/lib/handshake.c",
43 "libwebsockets/lib/header.c",
44 "libwebsockets/lib/libwebsockets.c",
45 "libwebsockets/lib/lws-plat-unix.c",
46 "libwebsockets/lib/output.c",
47 "libwebsockets/lib/parsers.c",
48 "libwebsockets/lib/pollfd.c",
49 "libwebsockets/lib/service.c",
50 "libwebsockets/lib/sha-1.c",
51 "libwebsockets/lib/alloc.c"
53 "resources": "contrib/objc/FayeCpp.bundle",
55 "-DHAVE_FAYECPP_CONFIG_H=1",
58 "-DHAVE_COREFOUNDATION_FRAMEWORK=1"
61 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp/contrib/objc\" \"${PODS_ROOT}/FayeCpp/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp/jansson/src\""
67 "frameworks": "CoreFoundation",