[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 0 / boost-159-for-rn / 1.59.3 / boost-159-for-rn.podspec.json
blob72b30db333d499c416da5b0c3fb3aa56d245542c
2   "name": "boost-159-for-rn",
3   "version": "1.59.3",
4   "license": {
5     "type": "Boost Software License",
6     "file": "LICENSE_1_0.txt"
7   },
8   "homepage": "https://gitee.com/23lab/boost-159-for-rn",
9   "summary": "Boost provides free peer-reviewed portable C++ source libraries.",
10   "authors": "Rene Rivera",
11   "source": {
12     "git": "https://gitee.com/23lab/boost-159-for-rn.git",
13     "tag": "v1.59.3"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.2"
18   },
19   "xcconfig": {
20     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/boost\""
21   },
22   "requires_arc": false,
23   "module_name": "boost",
24   "header_dir": "boost",
25   "preserve_paths": "boost",
26   "subspecs": [
27     {
28       "name": "string_algorithms-includes",
29       "preserve_paths": [
30         "boost/*.h",
31         "boost/predef/**/*.h",
32         "boost/*.hpp",
33         "boost/algorithm/*.hpp",
34         "boost/algorithm/**/*.hpp",
35         "boost/config/**/*.hpp",
36         "boost/core/*.hpp",
37         "boost/range/**/*.hpp",
38         "boost/bind/**/*.hpp",
39         "boost/detail/**/*.hpp",
40         "boost/exception/**/*.hpp",
41         "boost/function/**/*.hpp",
42         "boost/concept/**/*hpp",
43         "boost/utility/**/*.hpp",
44         "boost/type_traits/**/*.hpp",
45         "boost/mpl/**/*.hpp",
46         "boost/preprocessor/**/*.hpp",
47         "boost/iterator/**/*.hpp"
48       ]
49     },
50     {
51       "name": "shared_ptr-includes",
52       "preserve_paths": [
53         "boost/*.h",
54         "boost/predef/**/*.h",
55         "boost/*.hpp",
56         "boost/config/**/*.hpp",
57         "boost/core/*.hpp",
58         "boost/exception/detail/attribute_noreturn.hpp",
59         "boost/exception/exception.hpp",
60         "boost/detail/*.hpp",
61         "boost/smart_ptr/*.hpp",
62         "boost/smart_ptr/**/*.hpp"
63       ]
64     },
65     {
66       "name": "pointer_cast-includes",
67       "preserve_paths": "boost/pointer_cast.hpp"
68     },
69     {
70       "name": "numeric-includes",
71       "preserve_paths": "boost/numeric/**/*.hpp"
72     },
73     {
74       "name": "preprocessor-includes",
75       "preserve_paths": "boost/preprocessor/**/*.hpp"
76     },
77     {
78       "name": "math-includes",
79       "preserve_paths": [
80         "boost/*.h",
81         "boost/predef/**/*.h",
82         "boost/*.hpp",
83         "boost/math/**/*.hpp",
84         "boost/config/**/*.hpp",
85         "boost/detail/*.hpp",
86         "boost/utility/*.hpp",
87         "boost/mpl/**/*.hpp",
88         "boost/type_traits/**/*.hpp",
89         "boost/accumulators/**/*.hpp"
90       ]
91     },
92     {
93       "name": "graph-includes",
94       "preserve_paths": [
95         "boost/*.h",
96         "boost/predef/**/*.h",
97         "boost/*.hpp",
98         "boost/{algorithm,accumulators,circular_buffer,archive,bimap,bind,chrono,concept,config,container,date_time,detail,dynamic_bitset,exception,filesystem,format,function,functional,fusion,graph,integer,intrusive,io,iterator,math,move,mpi,mpl,multi_index,numeric,optional,parameter,pending,preprocessor,property_map,property_tree,proto,python,random,range,ratio,regex,serialization,smart_ptr,spirit,system,test,thread,tr1,tuple,type_traits,typeof,units,unordered,utility,variant,xpressive}/**/*.hpp",
99         "boost/xpressive/**/*.ipp"
100       ]
101     }
102   ]