[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 9 / 0 / CAF / 0.13.2 / CAF.podspec.json
blob581f92c5b8ac3d9707db7ff1f6e15da7a1f3069c
2   "name": "CAF",
3   "version": "0.13.2",
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.13.2"
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   "subspecs": [
26     {
27       "name": "core",
28       "source_files": "libcaf_core/src/*.cpp",
29       "preserve_paths": [
30         "libcaf_core/caf/**/*.hpp"
31       ]
32     },
33     {
34       "name": "io",
35       "dependencies": {
36         "CAF/core": [
38         ]
39       },
40       "source_files": "libcaf_io/src/*.cpp",
41       "preserve_paths": [
42         "libcaf_io/caf/**/*.hpp"
43       ]
44     }
45   ]