blob: f8f14c0749fe0554f7d3e520e50f75d4f7f4a70e [file] [log] [blame]
{
"name": "spectrum-folly",
"version": "2019.01.21.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": "v2019.01.21.00"
},
"module_name": "folly",
"prepare_command": "sed -i -e '/#include <glog/d' folly/detail/RangeCommon.h\nsed -i -e '/DCHECK_/d' folly/detail/RangeCommon.h",
"header_mappings_dir": "folly",
"source_files": [
"folly/Optional.h",
"folly/Portability.h",
"folly/CPortability.h",
"folly/Traits.h",
"folly/Utility.h",
"folly/FixedString.h",
"folly/CpuId.h",
"folly/Likely.h",
"folly/detail/RangeCommon.h",
"folly/detail/RangeSse42.h",
"folly/lang/Exception.h",
"folly/lang/Ordering.h",
"folly/portability/Config.h",
"folly/portability/String.h",
"folly/portability/Constexpr.h",
"folly/hash/SpookyHashV2.h",
"folly/CppAttributes.h",
"folly/ConstexprMath.h",
"folly/Range.h"
],
"header_dir": "folly",
"preserve_paths": [
"folly/*.h",
"folly/portability/*.h",
"folly/lang/*.h",
"folly/detail/*.h",
"folly/hash/*.h"
],
"libraries": "stdc++",
"platforms": {
"ios": "8.0"
}
}