[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / a / level-db-wrapper / 1.0.3 / level-db-wrapper.podspec.json
blobf0fbcb6afac96519abac0b76afb5d4154750e768
2   "name": "level-db-wrapper",
3   "version": "1.0.3",
4   "summary": "Wrapper is used to get/set key-value data from leveldb storage.",
5   "description": "Level DB storage is used as a pod instead of local library. Also bulk key fetch is available.",
6   "homepage": "https://github.com/amomama/level-db-wrapper.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ivan-genesis": "ivan.sinitsa@gen.tech"
13   },
14   "source": {
15     "git": "https://github.com/amomama/level-db-wrapper.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "source_files": [
22     "Classes",
23     "level-db-wrapper/LevelDBForSwift/**/*.{swift,hpp,cpp,h,m}"
24   ],
25   "public_header_files": [
26     "level-db-wrapper/LevelDBForSwift/LevelDBForSwift/LevelDBForSwift.h",
27     "level-db-wrapper/LevelDBForSwift/LevelDBForSwift/src/Wrapper.hpp"
28   ],
29   "dependencies": {
30     "leveldb-library": [
32     ]
33   }