[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / f / c / leveldb / 1.17.2 / leveldb.podspec.json
blobe8db5be9b9e1b6b784af68b8dce655857302b362
2   "name": "leveldb",
3   "version": "1.17.2",
4   "license": "New BSD",
5   "summary": "A fast key-value storage library ",
6   "description": "LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.",
7   "homepage": "https://github.com/cybertk/leveldb",
8   "authors": "The LevelDB Authors",
9   "platforms": {
10     "ios": "5.0",
11     "osx": "10.7"
12   },
13   "source": {
14     "git": "https://github.com/cybertk/leveldb.git",
15     "tag": "1.17.2"
16   },
17   "requires_arc": false,
18   "compiler_flags": [
19     "-DOS_MACOSX",
20     "-DLEVELDB_PLATFORM_POSIX"
21   ],
22   "preserve_paths": [
23     "db",
24     "port",
25     "table",
26     "util"
27   ],
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/leveldb/\""
30   },
31   "source_files": [
32     "db/*.{cc}",
33     "port/*.{cc}",
34     "table/*.{cc}",
35     "util/*.{cc}",
36     "include/leveldb/*.h"
37   ],
38   "exclude_files": [
39     "**/*_test.cc",
40     "port/win"
41   ]