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