[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / c / 7 / leveldb-pd / 1.0.1 / leveldb-pd.podspec.json
blob293e52a8d032daa209561594fd4eeb767e3ffeb6
2   "name": "leveldb-pd",
3   "version": "1.0.1",
4   "summary": "LevelDB is a leveldb library wrapper.",
5   "description": "LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.",
6   "homepage": "https://github.com/wangguofeng-live/leveldb-pd",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Onego": "wangguofeng@live.cn"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/wangguofeng-live/leveldb-pd.git",
20     "tag": "1.0.1"
21   },
22   "source_files": [
23     "include/leveldb/*.{h}",
24     "*.{h,m,mm}"
25   ],
26   "public_header_files": [
27     "*.h",
28     "include/leveldb/*.h"
29   ],
30   "libraries": "c++",
31   "requires_arc": true,
32   "dependencies": {
33     "leveldb-library": [
35     ]
36   },
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/leveldb-pd/include/leveldb"
39   }