[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 3 / c / FayeCpp / 0.2.1 / FayeCpp.podspec.json
blobaa7f86dae31e9fa1c678fbdd65ddf4bc85a64f71
2   "name": "FayeCpp",
3   "version": "0.2.1",
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.2.1",
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/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"
52   ],
53   "resources": "contrib/objc/FayeCpp.bundle",
54   "compiler_flags": [
55     "-DHAVE_FAYECPP_CONFIG_H=1",
56     "-DHAVE_CONFIG_H=1",
57     "-DCMAKE_BUILD=1",
58     "-DRE_HAVE_COREFOUNDATION_FRAMEWORK=1"
59   ],
60   "xcconfig": {
61     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp/contrib/objc\" \"${PODS_ROOT}/FayeCpp/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp/jansson/src\""
62   },
63   "libraries": [
64     "z",
65     "stdc++"
66   ],
67   "frameworks": "CoreFoundation",
68   "requires_arc": true