blob: d83006ff4cbd95724195fc9e4bd79ed5fd9fcf50 [file] [log] [blame]
{
"name": "leveldb-library",
"version": "1.20",
"license": "New BSD",
"summary": "A fast key-value storage library",
"description": "LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.",
"homepage": "https://github.com/google/leveldb",
"authors": "The LevelDB Authors",
"platforms": {
"ios": "5.0",
"osx": "10.7",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/google/leveldb.git",
"tag": "v1.20"
},
"requires_arc": false,
"compiler_flags": [
"-DOS_MACOSX",
"-DLEVELDB_PLATFORM_POSIX"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/leveldb-library\" \"${PODS_ROOT}/leveldb-library/include\"",
"WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-comma -Wno-unreachable-code -Wno-conditional-uninitialized -Wno-deprecated-declarations",
"USE_HEADERMAP": "No"
},
"header_dir": "leveldb",
"source_files": [
"db/*.{cc,h}",
"port/*.{cc,h}",
"table/*.{cc,h}",
"util/*.{cc,h}",
"include/leveldb/*.h"
],
"public_header_files": [
"include/leveldb/*.h"
],
"exclude_files": [
"**/*_test.cc",
"**/*_bench.cc",
"db/leveldbutil.cc",
"port/win"
],
"libraries": "c++"
}