2 "name": "Flipper-Folly",
5 "type": "Apache License, Version 2.0"
7 "homepage": "https://github.com/facebook/folly",
8 "summary": "An open-source C++ library developed and used at Facebook.",
11 "git": "https://github.com/facebook/folly.git",
12 "tag": "v2019.03.25.00"
14 "module_name": "folly",
16 "boost-for-react-native": [
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",
35 "folly/portability/Config.h",
39 "folly/Portability.h",
41 "folly/functional/Invoke.h",
42 "folly/CPortability.h",
44 "folly/json_pointer.h",
46 "folly/Preprocessor.h",
50 "folly/lang/ColdClass.h",
51 "folly/CppAttributes.h",
54 "folly/hash/SpookyHashV2.h",
55 "folly/lang/Exception.h",
56 "folly/portability/Constexpr.h",
59 "folly/detail/RangeCommon.h",
60 "folly/detail/RangeSse42.h",
61 "folly/portability/String.h",
62 "folly/dynamic-inl.h",
67 "folly/memory/Malloc.h",
68 "folly/io/async/AsyncTimeout.h",
70 "folly/memory/detail/MallocImpl.h",
73 "folly/portability/PThread.h",
75 "folly/futures/detail/*.h",
77 "folly/memory/detail/MallocImpl.cpp",
83 "folly/portability/*.cpp",
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",
91 "folly/synchronization/*.cpp",
94 "folly/futures/*.cpp",
95 "folly/futures/detail/*.cpp",
96 "folly/experimental/hazptr/*.cpp",
97 "folly/executors/*.cpp",
98 "folly/concurrency/*.cpp",
100 "folly/ssl/detail/*.cpp",
101 "folly/container/detail/*.cpp"
105 "folly/portability/*.h",
107 "folly/functional/*.h",
112 "folly/futures/detail/*.h",
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"
122 "public_header_files": [
123 "folly/portability/Config.h",
127 "folly/Portability.h",
129 "folly/functional/Invoke.h",
130 "folly/CPortability.h",
132 "folly/json_pointer.h",
134 "folly/Preprocessor.h",
138 "folly/lang/ColdClass.h",
139 "folly/CppAttributes.h",
142 "folly/hash/SpookyHashV2.h",
143 "folly/lang/Exception.h",
144 "folly/portability/Constexpr.h",
147 "folly/detail/RangeCommon.h",
148 "folly/detail/RangeSse42.h",
149 "folly/portability/String.h",
150 "folly/dynamic-inl.h",
155 "folly/memory/Malloc.h",
156 "folly/io/async/AsyncTimeout.h",
158 "folly/memory/detail/MallocImpl.h",
161 "folly/portability/PThread.h",
163 "folly/futures/detail/*.h"
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\""