4 "summary": "an open source C++11 actor model implementation",
5 "description": "CAF is an open source C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.",
6 "homepage": "http://actor-framework.org/",
7 "license": "Boost Software License",
9 "Dominik Charousset": "dominik.charousset@haw-hamburg.de"
16 "git": "https://github.com/actor-framework/actor-framework.git",
20 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
21 "CLANG_CXX_LIBRARY": "libc++",
22 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/caf/libcaf_core/\" \"${PODS_ROOT}/caf/libcaf_io/\""
24 "requires_arc": false,
25 "prepare_command": "touch libcaf_core/caf/detail/build_config.hpp",
29 "source_files": "libcaf_core/src/*.cpp",
31 "libcaf_core/caf/**/*.hpp"
41 "source_files": "libcaf_io/src/*.cpp",
43 "libcaf_io/caf/**/*.hpp"