[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / c / FayeCpp / 0.1.14 / FayeCpp.podspec.json
blob7ac728e7e1e9efd79334649a90355f9a70083dd4
2   "name": "FayeCpp",
3   "version": "0.1.14",
4   "summary": "Faye C++ client with Objective-C client wrapper.",
5   "description": "Faye C++ 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.\n",
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.14",
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   ],
54   "resources": "contrib/objc/FayeCpp.bundle",
55   "compiler_flags": [
56     "-DHAVE_FAYECPP_CONFIG_H=1",
57     "-DHAVE_CONFIG_H=1",
58     "-DCMAKE_BUILD=1",
59     "-DHAVE_COREFOUNDATION_FRAMEWORK=1"
60   ],
61   "xcconfig": {
62     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp/contrib/objc\" \"${PODS_ROOT}/FayeCpp/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp/jansson/src\""
63   },
64   "libraries": [
65     "z",
66     "stdc++"
67   ],
68   "frameworks": "CoreFoundation",
69   "requires_arc": true