[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / 9 / 0 / CAF / 0.14.1 / CAF.podspec.json
blob1441a46e4223538704fc9d904e2320e44636ba24
2   "name": "CAF",
3   "version": "0.14.1",
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",
8   "authors": {
9     "Dominik Charousset": "dominik.charousset@haw-hamburg.de"
10   },
11   "platforms": {
12     "ios": "5.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/actor-framework/actor-framework.git",
17     "tag": "0.14.1"
18   },
19   "xcconfig": {
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/\""
23   },
24   "requires_arc": false,
25   "prepare_command": "touch libcaf_core/caf/detail/build_config.hpp",
26   "subspecs": [
27     {
28       "name": "core",
29       "source_files": "libcaf_core/src/*.cpp",
30       "preserve_paths": [
31         "libcaf_core/caf/**/*.hpp"
32       ]
33     },
34     {
35       "name": "io",
36       "dependencies": {
37         "CAF/core": [
39         ]
40       },
41       "source_files": "libcaf_io/src/*.cpp",
42       "preserve_paths": [
43         "libcaf_io/caf/**/*.hpp"
44       ]
45     }
46   ]