[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 8 / 0 / FayeCpp+OpenSSL / 0.1.17 / FayeCpp+OpenSSL.podspec.json
blob6f939501a4433a42f64b4540cfa6f25124f44a37
2   "name": "FayeCpp+OpenSSL",
3   "version": "0.1.17",
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",
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": "0.1.17",
17     "submodules": "true"
18   },
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "public_header_files": [
24     "fayecpp.h",
25     "contrib/objc/FayeCppClient.h"
26   ],
27   "source_files": [
28     "contrib/objc/*.{h,mm}",
29     "fayecpp.h",
30     "builds/ios/*.{h}",
31     "src/*.{h,cpp}",
32     "jansson/src/*.{h,c}",
33     "libwebsockets/lib/*.{h}",
34     "libwebsockets/lib/base64-decode.c",
35     "libwebsockets/lib/client-handshake.c",
36     "libwebsockets/lib/client-parser.c",
37     "libwebsockets/lib/client.c",
38     "libwebsockets/lib/context.c",
39     "libwebsockets/lib/extension-deflate-frame.c",
40     "libwebsockets/lib/extension-deflate-stream.c",
41     "libwebsockets/lib/extension.c",
42     "libwebsockets/lib/getifaddrs.c",
43     "libwebsockets/lib/handshake.c",
44     "libwebsockets/lib/header.c",
45     "libwebsockets/lib/libwebsockets.c",
46     "libwebsockets/lib/lws-plat-unix.c",
47     "libwebsockets/lib/output.c",
48     "libwebsockets/lib/parsers.c",
49     "libwebsockets/lib/pollfd.c",
50     "libwebsockets/lib/service.c",
51     "libwebsockets/lib/sha-1.c",
52     "libwebsockets/lib/alloc.c",
53     "libwebsockets/lib/ssl.c"
54   ],
55   "resources": "contrib/objc/FayeCpp.bundle",
56   "compiler_flags": [
57     "-DHAVE_FAYECPP_CONFIG_H=1",
58     "-DHAVE_CONFIG_H=1",
59     "-DCMAKE_BUILD=1",
60     "-DRE_HAVE_COREFOUNDATION_FRAMEWORK=1",
61     "-DLWS_OPENSSL_SUPPORT=1"
62   ],
63   "xcconfig": {
64     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp+OpenSSL/contrib/objc\" \"${PODS_ROOT}/FayeCpp+OpenSSL/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp+OpenSSL/jansson/src\""
65   },
66   "libraries": [
67     "z",
68     "stdc++"
69   ],
70   "frameworks": "CoreFoundation",
71   "requires_arc": true,
72   "dependencies": {
73     "OpenSSL": [
75     ]
76   }