[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / c / 8 / 0 / FayeCpp+OpenSSL / 1.1.0 / FayeCpp+OpenSSL.podspec.json
blob2080b707ceccbaa171f8ea473630d3834f0c7c52
2   "name": "FayeCpp+OpenSSL",
3   "version": "1.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleh Kulykov": "info@resident.name"
13   },
14   "source": {
15     "git": "https://github.com/OlehKulykov/FayeCpp.git",
16     "tag": "1.1.0",
17     "submodules": "true"
18   },
19   "dependencies": {
20     "librws": [
22     ]
23   },
24   "deprecated": true,
25   "deprecated_in_favor_of": "FayeCpp",
26   "platforms": {
27     "tvos": "9.0"
28   },
29   "public_header_files": [
30     "fayecpp.h",
31     "contrib/objc/FayeCppClient.h"
32   ],
33   "source_files": [
34     "contrib/objc/*.{h,mm}",
35     "fayecpp.h",
36     "builds/ios/*.{h}",
37     "src/*.{h,cpp}",
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"
57   ],
58   "resources": "contrib/objc/FayeCpp.bundle",
59   "compiler_flags": [
60     "-DHAVE_FAYECPP_CONFIG_H=1",
61     "-DHAVE_CONFIG_H=1",
62     "-DCMAKE_BUILD=1",
63     "-DRE_HAVE_COREFOUNDATION_FRAMEWORK=1"
64   ],
65   "xcconfig": {
66     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp/contrib/objc\" \"${PODS_ROOT}/FayeCpp/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp/jansson/src\""
67   },
68   "libraries": [
69     "z",
70     "stdc++"
71   ],
72   "frameworks": "CoreFoundation",
73   "requires_arc": true