[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 2 / Flipper-Folly / 1.3.3 / Flipper-Folly.podspec.json
blobe7635108994456819e667801a4a4e9330779c244
2   "name": "Flipper-Folly",
3   "version": "1.3.3",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "homepage": "https://github.com/facebook/folly",
8   "summary": "An open-source C++ library developed and used at Facebook.",
9   "authors": "Facebook",
10   "source": {
11     "git": "https://github.com/facebook/folly.git",
12     "tag": "v2019.03.25.00"
13   },
14   "module_name": "folly",
15   "dependencies": {
16     "boost-for-react-native": [
18     ],
19     "DoubleConversion": [
21     ],
22     "glog": [
24     ],
25     "OpenSSL-Static": [
26       "1.0.2.c1"
27     ],
28     "CocoaLibEvent": [
29       "~> 1.0"
30     ]
31   },
32   "compiler_flags": "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n    -frtti\n    -fexceptions\n    -std=c++14\n    -Wno-error\n    -Wno-unused-local-typedefs\n    -Wno-unused-variable\n    -Wno-sign-compare\n    -Wno-comment\n    -Wno-return-type\n    -Wno-global-constructors",
33   "source_files": [
34     "folly/system/*.cpp",
35     "folly/portability/Config.h",
36     "folly/Executor.h",
37     "folly/Function.h",
38     "folly/Utility.h",
39     "folly/Portability.h",
40     "folly/Traits.h",
41     "folly/functional/Invoke.h",
42     "folly/CPortability.h",
43     "folly/dynamic.h",
44     "folly/json_pointer.h",
45     "folly/Expected.h",
46     "folly/Preprocessor.h",
47     "folly/Optional.h",
48     "folly/Unit.h",
49     "folly/Utility.h",
50     "folly/lang/ColdClass.h",
51     "folly/CppAttributes.h",
52     "folly/json.h",
53     "folly/Range.h",
54     "folly/hash/SpookyHashV2.h",
55     "folly/lang/Exception.h",
56     "folly/portability/Constexpr.h",
57     "folly/CpuId.h",
58     "folly/Likely.h",
59     "folly/detail/RangeCommon.h",
60     "folly/detail/RangeSse42.h",
61     "folly/portability/String.h",
62     "folly/dynamic-inl.h",
63     "folly/Conv.h",
64     "folly/Demangle.h",
65     "folly/FBString.h",
66     "folly/hash/Hash.h",
67     "folly/memory/Malloc.h",
68     "folly/io/async/AsyncTimeout.h",
69     "folly/**/*.h",
70     "folly/memory/detail/MallocImpl.h",
71     "folly/String.h",
72     "folly/*.h",
73     "folly/portability/PThread.h",
74     "folly/futures/*.h",
75     "folly/futures/detail/*.h",
76     "folly/Executor.cpp",
77     "folly/memory/detail/MallocImpl.cpp",
78     "folly/String.cpp",
79     "folly/*.cpp",
80     "folly/net/*.cpp",
81     "folly/detail/*.cpp",
82     "folly/hash/*.cpp",
83     "folly/portability/*.cpp",
84     "folly/ScopeGuard.h",
85     "folly/lang/ColdClass.cpp",
86     "folly/lang/Assume.h",
87     "folly/lang/Assume.cpp",
88     "folly/io/async/*.cpp",
89     "folly/io/async/ssl/*.cpp",
90     "folly/io/*.cpp",
91     "folly/synchronization/*.cpp",
92     "folly/lang/*.cpp",
93     "folly/memory/*.cpp",
94     "folly/futures/*.cpp",
95     "folly/futures/detail/*.cpp",
96     "folly/experimental/hazptr/*.cpp",
97     "folly/executors/*.cpp",
98     "folly/concurrency/*.cpp",
99     "folly/ssl/*.cpp",
100     "folly/ssl/detail/*.cpp",
101     "folly/container/detail/*.cpp"
102   ],
103   "preserve_paths": [
104     "folly/*.h",
105     "folly/portability/*.h",
106     "folly/lang/*.h",
107     "folly/functional/*.h",
108     "folly/detail/*.h",
109     "folly/hash/*.h",
110     "folly/memory/*.h",
111     "folly/**/*.h",
112     "folly/futures/detail/*.h",
113     "folly/futures/*.h"
114   ],
115   "header_mappings_dir": "folly",
116   "header_dir": "folly",
117   "libraries": "stdc++",
118   "private_header_files": [
119     "folly/portability/Stdlib.h",
120     "folly/portability/Stdio.h"
121   ],
122   "public_header_files": [
123     "folly/portability/Config.h",
124     "folly/Executor.h",
125     "folly/Function.h",
126     "folly/Utility.h",
127     "folly/Portability.h",
128     "folly/Traits.h",
129     "folly/functional/Invoke.h",
130     "folly/CPortability.h",
131     "folly/dynamic.h",
132     "folly/json_pointer.h",
133     "folly/Expected.h",
134     "folly/Preprocessor.h",
135     "folly/Optional.h",
136     "folly/Unit.h",
137     "folly/Utility.h",
138     "folly/lang/ColdClass.h",
139     "folly/CppAttributes.h",
140     "folly/json.h",
141     "folly/Range.h",
142     "folly/hash/SpookyHashV2.h",
143     "folly/lang/Exception.h",
144     "folly/portability/Constexpr.h",
145     "folly/CpuId.h",
146     "folly/Likely.h",
147     "folly/detail/RangeCommon.h",
148     "folly/detail/RangeSse42.h",
149     "folly/portability/String.h",
150     "folly/dynamic-inl.h",
151     "folly/Conv.h",
152     "folly/Demangle.h",
153     "folly/FBString.h",
154     "folly/hash/Hash.h",
155     "folly/memory/Malloc.h",
156     "folly/io/async/AsyncTimeout.h",
157     "folly/**/*.h",
158     "folly/memory/detail/MallocImpl.h",
159     "folly/String.h",
160     "folly/*.h",
161     "folly/portability/PThread.h",
162     "folly/futures/*.h",
163     "folly/futures/detail/*.h"
164   ],
165   "pod_target_xcconfig": {
166     "USE_HEADERMAP": "NO",
167     "ONLY_ACTIVE_ARCH": "YES",
168     "ARCHS": "${ARCHS_STANDARD_64_BIT}",
169     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
170     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\""
171   },
172   "platforms": {
173     "ios": "8.0"
174   }