[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 3 / c / FayeCpp / 1.2.0 / FayeCpp.podspec.json
blobea20579eed475ea502dff51bef0a5d4e4cea82fe
2   "name": "FayeCpp",
3   "version": "1.2.0",
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.2.0",
17     "submodules": "true"
18   },
19   "dependencies": {
20     "librws": [
22     ]
23   },
24   "platforms": {
25     "ios": "7.0",
26     "osx": "10.7",
27     "tvos": "9.0"
28   },
29   "public_header_files": "contrib/objc/FayeCppClient.h",
30   "source_files": [
31     "contrib/objc/*.{h,mm}",
32     "fayecpp.h",
33     "builds/ios/*.{h}",
34     "src/*.{h,cpp}",
35     "jansson/src/*.{h,c}",
36     "libwebsockets/lib/*.{h}",
37     "libwebsockets/lib/base64-decode.c",
38     "libwebsockets/lib/client-handshake.c",
39     "libwebsockets/lib/client-parser.c",
40     "libwebsockets/lib/client.c",
41     "libwebsockets/lib/context.c",
42     "libwebsockets/lib/extension-permessage-deflate.c",
43     "libwebsockets/lib/extension.c",
44     "libwebsockets/lib/handshake.c",
45     "libwebsockets/lib/header.c",
46     "libwebsockets/lib/libwebsockets.c",
47     "libwebsockets/lib/lws-plat-unix.c",
48     "libwebsockets/lib/output.c",
49     "libwebsockets/lib/parsers.c",
50     "libwebsockets/lib/pollfd.c",
51     "libwebsockets/lib/service.c",
52     "libwebsockets/lib/sha-1.c",
53     "libwebsockets/lib/alloc.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   ],
62   "xcconfig": {
63     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp/contrib/objc\" \"${PODS_ROOT}/FayeCpp/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp/jansson/src\""
64   },
65   "libraries": [
66     "z",
67     "stdc++"
68   ],
69   "frameworks": "CoreFoundation",
70   "requires_arc": true