[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 2 / Flipper-Folly / 2.2.0 / Flipper-Folly.podspec.json
blob09187fe1e75f97e77a5e7460f1faccb4f8c18417
2   "name": "Flipper-Folly",
3   "version": "2.2.0",
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": "v2020.04.06.00"
13   },
14   "module_name": "folly",
15   "dependencies": {
16     "boost-for-react-native": [
18     ],
19     "Flipper-Glog": [
21     ],
22     "Flipper-DoubleConversion": [
24     ],
25     "OpenSSL-Universal": [
26       "1.0.2.19"
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/*.h",
35     "folly/concurrency/*.h",
36     "folly/container/*.h",
37     "folly/container/detail/*.h",
38     "folly/detail/*.h",
39     "folly/executors/**/*.h",
40     "folly/experimental/*.h",
41     "folly/functional/*.h",
42     "folly/futures/*.h",
43     "folly/futures/detail/*.h",
44     "folly/gen/*.h",
45     "folly/hash/*.h",
46     "folly/hash/detail/*.h",
47     "folly/init/*.h",
48     "folly/io/*.h",
49     "folly/io/async/*.h",
50     "folly/io/async/ssl/*.h",
51     "folly/lang/*.h",
52     "folly/memory/*.h",
53     "folly/memory/detail/*.h",
54     "folly/net/*.h",
55     "folly/net/detail/*.h",
56     "folly/portability/*.h",
57     "folly/ssl/*.h",
58     "folly/ssl/detail/*.h",
59     "folly/synchronization/*.h",
60     "folly/synchronization/detail/*.h",
61     "folly/system/*.h",
62     "folly/tracing/*.h",
63     "folly/chrono/*.h",
64     "folly/*.cpp",
65     "folly/concurrency/*.cpp",
66     "folly/container/detail/*.cpp",
67     "folly/detail/*.cpp",
68     "folly/executors/*.cpp",
69     "folly/experimental/hazptr/*.cpp",
70     "folly/futures/*.cpp",
71     "folly/futures/detail/*.cpp",
72     "folly/hash/*.cpp",
73     "folly/io/*.cpp",
74     "folly/io/async/*.cpp",
75     "folly/io/async/ssl/*.cpp",
76     "folly/lang/*.cpp",
77     "folly/memory/*.cpp",
78     "folly/memory/detail/*.cpp",
79     "folly/net/*.cpp",
80     "folly/portability/*.cpp",
81     "folly/ssl/*.cpp",
82     "folly/ssl/detail/*.cpp",
83     "folly/String.cpp",
84     "folly/synchronization/*.cpp",
85     "folly/system/*.cpp"
86   ],
87   "exclude_files": [
88     "folly/synchronization/Rcu.cpp",
89     "folly/synchronization/Rcu.h"
90   ],
91   "header_mappings_dir": "folly",
92   "header_dir": "folly",
93   "libraries": "stdc++",
94   "public_header_files": "folly/**/*.h",
95   "pod_target_xcconfig": {
96     "USE_HEADERMAP": "NO",
97     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
98     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Flipper-DoubleConversion\""
99   },
100   "platforms": {
101     "ios": "8.0"
102   }