[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 0 / boost-159-for-rn / 1.59.2 / boost-159-for-rn.podspec.json
blob7edd828c7acd279f3a6d5a2ead0326d14a283a6e
2   "name": "boost-159-for-rn",
3   "version": "1.59.2",
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     "http": "https://images.23lab.com/boost_1_59_0.tar.gz"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.2"
17   },
18   "xcconfig": {
19     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/boost\""
20   },
21   "requires_arc": false,
22   "module_name": "boost",
23   "header_dir": "boost",
24   "preserve_paths": "boost",
25   "subspecs": [
26     {
27       "name": "string_algorithms-includes",
28       "preserve_paths": [
29         "boost/*.h",
30         "boost/predef/**/*.h",
31         "boost/*.hpp",
32         "boost/algorithm/*.hpp",
33         "boost/algorithm/**/*.hpp",
34         "boost/config/**/*.hpp",
35         "boost/core/*.hpp",
36         "boost/range/**/*.hpp",
37         "boost/bind/**/*.hpp",
38         "boost/detail/**/*.hpp",
39         "boost/exception/**/*.hpp",
40         "boost/function/**/*.hpp",
41         "boost/concept/**/*hpp",
42         "boost/utility/**/*.hpp",
43         "boost/type_traits/**/*.hpp",
44         "boost/mpl/**/*.hpp",
45         "boost/preprocessor/**/*.hpp",
46         "boost/iterator/**/*.hpp"
47       ]
48     },
49     {
50       "name": "shared_ptr-includes",
51       "preserve_paths": [
52         "boost/*.h",
53         "boost/predef/**/*.h",
54         "boost/*.hpp",
55         "boost/config/**/*.hpp",
56         "boost/core/*.hpp",
57         "boost/exception/detail/attribute_noreturn.hpp",
58         "boost/exception/exception.hpp",
59         "boost/detail/*.hpp",
60         "boost/smart_ptr/*.hpp",
61         "boost/smart_ptr/**/*.hpp"
62       ]
63     },
64     {
65       "name": "pointer_cast-includes",
66       "preserve_paths": "boost/pointer_cast.hpp"
67     },
68     {
69       "name": "numeric-includes",
70       "preserve_paths": "boost/numeric/**/*.hpp"
71     },
72     {
73       "name": "preprocessor-includes",
74       "preserve_paths": "boost/preprocessor/**/*.hpp"
75     },
76     {
77       "name": "math-includes",
78       "preserve_paths": [
79         "boost/*.h",
80         "boost/predef/**/*.h",
81         "boost/*.hpp",
82         "boost/math/**/*.hpp",
83         "boost/config/**/*.hpp",
84         "boost/detail/*.hpp",
85         "boost/utility/*.hpp",
86         "boost/mpl/**/*.hpp",
87         "boost/type_traits/**/*.hpp",
88         "boost/accumulators/**/*.hpp"
89       ]
90     },
91     {
92       "name": "graph-includes",
93       "preserve_paths": [
94         "boost/*.h",
95         "boost/predef/**/*.h",
96         "boost/*.hpp",
97         "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",
98         "boost/xpressive/**/*.ipp"
99       ]
100     }
101   ]