blob: 0d93ebea73e7787a9d2c2728027eb534f6dc4969 [file] [log] [blame]
{
"name": "leveldb-library",
"version": "1.22",
"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": "1.22"
},
"requires_arc": false,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "LEVELDB_IS_BIG_ENDIAN=0 LEVELDB_PLATFORM_POSIX HAVE_FULLFSYNC=1",
"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",
"util/env_windows.cc",
"util/testutil.cc"
],
"libraries": "c++"
}