2 "name": "react-native-folly",
4 "summary": "iOS framework of Folly that support use_frameworks!.",
5 "description": "Folly has stoped updating until version 2016.09.26.00 on CocoaPods. We want to create a react-native vessel to integrate with the main project. But it was not supported by the old version. So this the reasion that folly-ios lib presented.",
6 "homepage": "https://github.com/beatjs/react-native-folly",
12 "Liam Xu": "liamxujia@outlook.com"
15 "git": "https://github.com/beatjs/react-native-folly.git",
18 "module_name": "folly",
19 "libraries": "stdc++",
20 "pod_target_xcconfig": {
21 "USE_HEADERMAP": "NO",
22 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
23 "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\""
25 "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-documentation -Wno-unguarded-availability -Wno-unreachable-code",
32 "folly/lang/SafeAssert.cpp",
33 "folly/ScopeGuard.cpp",
37 "folly/json_pointer.cpp",
38 "folly/container/detail/F14Table.cpp",
39 "folly/detail/Demangle.cpp",
40 "folly/detail/UniqueInstance.cpp",
41 "folly/hash/SpookyHashV2.cpp",
42 "folly/lang/Assume.cpp",
43 "folly/lang/CString.cpp",
44 "folly/memory/detail/MallocImpl.cpp",
45 "folly/net/NetOps.cpp",
46 "folly/portability/SysUio.cpp"
50 "folly/container/*.h",
51 "folly/container/detail/*.h",
53 "folly/functional/*.h",
57 "folly/memory/detail/*.h",
59 "folly/net/detail/*.h",
60 "folly/portability/*.h"
63 "boost-for-react-native": [