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/folly-ios",
12 "Liam Xu": "liamxujia@outlook.com"
15 "git": "https://github.com/beatjs/folly-ios.git",
18 "module_name": "folly",
22 "pod_target_xcconfig": {
23 "USE_HEADERMAP": "NO",
24 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
25 "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\""
27 "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",
28 "source_files": "folly/**/*.{cpp}",
31 "folly/container/*.h",
32 "folly/container/detail/*.h",
34 "folly/functional/*.h",
38 "folly/memory/detail/*.h",
40 "folly/net/detail/*.h",
41 "folly/portability/*.h"
44 "boost-for-react-native": [