2 "name": "boost-159-for-rn",
5 "type": "Boost Software License",
6 "file": "LICENSE_1_0.txt"
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",
12 "git": "https://gitee.com/23lab/boost-159-for-rn.git",
20 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/boost\""
22 "requires_arc": false,
23 "module_name": "boost",
24 "header_dir": "boost",
25 "preserve_paths": "boost",
28 "name": "string_algorithms-includes",
31 "boost/predef/**/*.h",
33 "boost/algorithm/*.hpp",
34 "boost/algorithm/**/*.hpp",
35 "boost/config/**/*.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",
46 "boost/preprocessor/**/*.hpp",
47 "boost/iterator/**/*.hpp"
51 "name": "shared_ptr-includes",
54 "boost/predef/**/*.h",
56 "boost/config/**/*.hpp",
58 "boost/exception/detail/attribute_noreturn.hpp",
59 "boost/exception/exception.hpp",
61 "boost/smart_ptr/*.hpp",
62 "boost/smart_ptr/**/*.hpp"
66 "name": "pointer_cast-includes",
67 "preserve_paths": "boost/pointer_cast.hpp"
70 "name": "numeric-includes",
71 "preserve_paths": "boost/numeric/**/*.hpp"
74 "name": "preprocessor-includes",
75 "preserve_paths": "boost/preprocessor/**/*.hpp"
78 "name": "math-includes",
81 "boost/predef/**/*.h",
83 "boost/math/**/*.hpp",
84 "boost/config/**/*.hpp",
86 "boost/utility/*.hpp",
88 "boost/type_traits/**/*.hpp",
89 "boost/accumulators/**/*.hpp"
93 "name": "graph-includes",
96 "boost/predef/**/*.h",
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"