blob: 25a63df5e14cf5845d935a783607fe947330b9a3 [file] [log] [blame]
{
"name": "leveldb",
"version": "1.17.1",
"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/cybertk/leveldb",
"authors": "The LevelDB Authors",
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/cybertk/leveldb.git",
"tag": "1.17.1"
},
"requires_arc": false,
"compiler_flags": [
"-DOS_MACOSX",
"-DLEVELDB_PLATFORM_POSIX"
],
"preserve_paths": [
"db",
"port",
"table",
"util"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/leveldb/\""
},
"source_files": [
"db/*.{cc}",
"port/*.{cc}",
"table/*.{cc}",
"util/*.{cc}",
"include/leveldb/*.h"
],
"exclude_files": [
"**/*_test.cc",
"port/win"
]
}