[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / c / FayeCpp / 1.0.1 / FayeCpp.podspec.json
blob08545135855e87b4206c6c91560a4bd56a4099ba
2   "name": "FayeCpp",
3   "version": "1.0.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": "1.0.1",
17     "submodules": "true"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.7",
22     "tvos": "9.0"
23   },
24   "public_header_files": [
25     "fayecpp.h",
26     "contrib/objc/FayeCppClient.h"
27   ],
28   "source_files": [
29     "contrib/objc/*.{h,mm}",
30     "fayecpp.h",
31     "builds/ios/*.{h}",
32     "src/*.{h,cpp}",
33     "jansson/src/*.{h,c}",
34     "libwebsockets/lib/*.{h}",
35     "libwebsockets/lib/base64-decode.c",
36     "libwebsockets/lib/client-handshake.c",
37     "libwebsockets/lib/client-parser.c",
38     "libwebsockets/lib/client.c",
39     "libwebsockets/lib/context.c",
40     "libwebsockets/lib/extension-permessage-deflate.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