[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 0 / boost-159-for-rn / 1.59.1 / boost-159-for-rn.podspec.json
blob49cd17dd45150d6590b09d0bddd9edd45c40072a
2   "name": "boost-159-for-rn",
3   "version": "1.59.1",
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   "subspecs": [
23     {
24       "name": "string_algorithms-includes",
25       "preserve_paths": [
26         "boost/*.h",
27         "boost/predef/**/*.h",
28         "boost/*.hpp",
29         "boost/algorithm/*.hpp",
30         "boost/algorithm/**/*.hpp",
31         "boost/config/**/*.hpp",
32         "boost/core/*.hpp",
33         "boost/range/**/*.hpp",
34         "boost/bind/**/*.hpp",
35         "boost/detail/**/*.hpp",
36         "boost/exception/**/*.hpp",
37         "boost/function/**/*.hpp",
38         "boost/concept/**/*hpp",
39         "boost/utility/**/*.hpp",
40         "boost/type_traits/**/*.hpp",
41         "boost/mpl/**/*.hpp",
42         "boost/preprocessor/**/*.hpp",
43         "boost/iterator/**/*.hpp"
44       ]
45     },
46     {
47       "name": "shared_ptr-includes",
48       "preserve_paths": [
49         "boost/*.h",
50         "boost/predef/**/*.h",
51         "boost/*.hpp",
52         "boost/config/**/*.hpp",
53         "boost/core/*.hpp",
54         "boost/exception/detail/attribute_noreturn.hpp",
55         "boost/exception/exception.hpp",
56         "boost/detail/*.hpp",
57         "boost/smart_ptr/*.hpp",
58         "boost/smart_ptr/**/*.hpp"
59       ]
60     },
61     {
62       "name": "pointer_cast-includes",
63       "preserve_paths": "boost/pointer_cast.hpp"
64     },
65     {
66       "name": "numeric-includes",
67       "preserve_paths": "boost/numeric/**/*.hpp"
68     },
69     {
70       "name": "preprocessor-includes",
71       "preserve_paths": "boost/preprocessor/**/*.hpp"
72     },
73     {
74       "name": "math-includes",
75       "preserve_paths": [
76         "boost/*.h",
77         "boost/predef/**/*.h",
78         "boost/*.hpp",
79         "boost/math/**/*.hpp",
80         "boost/config/**/*.hpp",
81         "boost/detail/*.hpp",
82         "boost/utility/*.hpp",
83         "boost/mpl/**/*.hpp",
84         "boost/type_traits/**/*.hpp",
85         "boost/accumulators/**/*.hpp"
86       ]
87     },
88     {
89       "name": "graph-includes",
90       "preserve_paths": [
91         "boost/*.h",
92         "boost/predef/**/*.h",
93         "boost/*.hpp",
94         "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",
95         "boost/xpressive/**/*.ipp"
96       ]
97     }
98   ]