4 "summary": "Faye C++ lightweight, cross-platform client with Objective-C client wrapper.",
5 "description": "Faye C++ lightweight, cross-platform 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.",
6 "homepage": "https://github.com/OlehKulykov/FayeCpp",
12 "Oleh Kulykov": "info@resident.name"
15 "git": "https://github.com/OlehKulykov/FayeCpp.git",
29 "public_header_files": "contrib/objc/FayeCppClient.h",
31 "contrib/objc/*.{h,mm}",
35 "jansson/src/*.{h,c}",
36 "libwebsockets/lib/*.{h}",
37 "libwebsockets/lib/base64-decode.c",
38 "libwebsockets/lib/client-handshake.c",
39 "libwebsockets/lib/client-parser.c",
40 "libwebsockets/lib/client.c",
41 "libwebsockets/lib/context.c",
42 "libwebsockets/lib/extension-permessage-deflate.c",
43 "libwebsockets/lib/extension.c",
44 "libwebsockets/lib/handshake.c",
45 "libwebsockets/lib/header.c",
46 "libwebsockets/lib/libwebsockets.c",
47 "libwebsockets/lib/lws-plat-unix.c",
48 "libwebsockets/lib/output.c",
49 "libwebsockets/lib/parsers.c",
50 "libwebsockets/lib/pollfd.c",
51 "libwebsockets/lib/service.c",
52 "libwebsockets/lib/sha-1.c",
53 "libwebsockets/lib/alloc.c"
55 "resources": "contrib/objc/FayeCpp.bundle",
57 "-DHAVE_FAYECPP_CONFIG_H=1",
60 "-DRE_HAVE_COREFOUNDATION_FRAMEWORK=1"
63 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp/contrib/objc\" \"${PODS_ROOT}/FayeCpp/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp/jansson/src\""
69 "frameworks": "CoreFoundation",