2019-05-22 20:15:35 +00:00
|
|
|
{
|
|
|
|
"name": "Folly",
|
|
|
|
"version": "2018.10.22.00",
|
|
|
|
"license": {
|
|
|
|
"type": "Apache License, Version 2.0"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/facebook/folly",
|
|
|
|
"summary": "An open-source C++ library developed and used at Facebook.",
|
|
|
|
"authors": "Facebook",
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/facebook/folly.git",
|
|
|
|
"tag": "v2018.10.22.00"
|
|
|
|
},
|
|
|
|
"module_name": "folly",
|
|
|
|
"dependencies": {
|
|
|
|
"boost-for-react-native": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"DoubleConversion": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"glog": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
2019-08-07 13:51:34 +00:00
|
|
|
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation",
|
2019-05-22 20:15:35 +00:00
|
|
|
"source_files": [
|
|
|
|
"folly/String.cpp",
|
|
|
|
"folly/Conv.cpp",
|
|
|
|
"folly/Demangle.cpp",
|
|
|
|
"folly/Format.cpp",
|
|
|
|
"folly/ScopeGuard.cpp",
|
|
|
|
"folly/Unicode.cpp",
|
|
|
|
"folly/dynamic.cpp",
|
|
|
|
"folly/json.cpp",
|
|
|
|
"folly/json_pointer.cpp",
|
|
|
|
"folly/container/detail/F14Table.cpp",
|
|
|
|
"folly/detail/Demangle.cpp",
|
|
|
|
"folly/hash/SpookyHashV2.cpp",
|
|
|
|
"folly/lang/Assume.cpp",
|
|
|
|
"folly/lang/ColdClass.cpp",
|
|
|
|
"folly/memory/detail/MallocImpl.cpp"
|
|
|
|
],
|
|
|
|
"preserve_paths": [
|
|
|
|
"folly/*.h",
|
|
|
|
"folly/container/*.h",
|
|
|
|
"folly/container/detail/*.h",
|
|
|
|
"folly/detail/*.h",
|
|
|
|
"folly/functional/*.h",
|
|
|
|
"folly/hash/*.h",
|
|
|
|
"folly/lang/*.h",
|
|
|
|
"folly/memory/*.h",
|
|
|
|
"folly/memory/detail/*.h",
|
|
|
|
"folly/portability/*.h"
|
|
|
|
],
|
|
|
|
"libraries": "stdc++",
|
|
|
|
"pod_target_xcconfig": {
|
|
|
|
"USE_HEADERMAP": "NO",
|
|
|
|
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
|
|
|
|
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\""
|
|
|
|
},
|
2019-08-07 13:51:34 +00:00
|
|
|
"default_subspecs": "Default",
|
2019-05-22 20:15:35 +00:00
|
|
|
"platforms": {
|
|
|
|
"ios": "9.0",
|
|
|
|
"tvos": "9.2"
|
2019-08-07 13:51:34 +00:00
|
|
|
},
|
|
|
|
"subspecs": [
|
|
|
|
{
|
|
|
|
"name": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Fabric",
|
|
|
|
"source_files": [
|
|
|
|
"folly/portability/SysUio.cpp",
|
|
|
|
"folly/FileUtil.cpp",
|
|
|
|
"folly/SharedMutex.cpp",
|
|
|
|
"folly/concurrency/CacheLocality.cpp",
|
|
|
|
"folly/detail/Futex.cpp",
|
|
|
|
"folly/lang/SafeAssert.cpp",
|
|
|
|
"folly/synchronization/ParkingLot.cpp",
|
|
|
|
"folly/portability/Malloc.cpp"
|
|
|
|
],
|
|
|
|
"preserve_paths": [
|
|
|
|
"folly/concurrency/CacheLocality.h",
|
|
|
|
"folly/synchronization/ParkingLot.h",
|
|
|
|
"folly/synchronization/SanitizeThread.h",
|
|
|
|
"folly/system/ThreadId.h"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2019-05-22 20:15:35 +00:00
|
|
|
}
|