blob: a56eaf0018cb66c19ccda1837d89254f0dfd60d6 [file] [log] [blame]
{
"name": "FayeCpp",
"version": "0.2.3",
"summary": "Faye C++ lightweight, cross-platform client with Objective-C client wrapper.",
"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.",
"homepage": "https://github.com/OlehKulykov/FayeCpp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "info@resident.name"
},
"source": {
"git": "https://github.com/OlehKulykov/FayeCpp.git",
"tag": "0.2.3",
"submodules": "true"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"tvos": "9.0"
},
"public_header_files": [
"fayecpp.h",
"contrib/objc/FayeCppClient.h"
],
"source_files": [
"contrib/objc/*.{h,mm}",
"fayecpp.h",
"builds/ios/*.{h}",
"src/*.{h,cpp}",
"jansson/src/*.{h,c}",
"libwebsockets/lib/*.{h}",
"libwebsockets/lib/base64-decode.c",
"libwebsockets/lib/client-handshake.c",
"libwebsockets/lib/client-parser.c",
"libwebsockets/lib/client.c",
"libwebsockets/lib/context.c",
"libwebsockets/lib/extension-deflate-frame.c",
"libwebsockets/lib/extension-deflate-stream.c",
"libwebsockets/lib/extension.c",
"libwebsockets/lib/handshake.c",
"libwebsockets/lib/header.c",
"libwebsockets/lib/libwebsockets.c",
"libwebsockets/lib/lws-plat-unix.c",
"libwebsockets/lib/output.c",
"libwebsockets/lib/parsers.c",
"libwebsockets/lib/pollfd.c",
"libwebsockets/lib/service.c",
"libwebsockets/lib/sha-1.c",
"libwebsockets/lib/alloc.c"
],
"resources": "contrib/objc/FayeCpp.bundle",
"compiler_flags": [
"-DHAVE_FAYECPP_CONFIG_H=1",
"-DHAVE_CONFIG_H=1",
"-DCMAKE_BUILD=1",
"-DRE_HAVE_COREFOUNDATION_FRAMEWORK=1"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/FayeCpp/contrib/objc\" \"${PODS_ROOT}/FayeCpp/libwebsockets/lib\" \"${PODS_ROOT}/FayeCpp/jansson/src\""
},
"libraries": [
"z",
"stdc++"
],
"frameworks": "CoreFoundation",
"requires_arc": true
}