[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / a / level-db-wrapper / 1.0.0 / level-db-wrapper.podspec.json
blob1e89303461adbb8fd27e6fa222c66ddbdc98488c
2   "name": "level-db-wrapper",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_version": "5.0",
22   "source_files": [
23     "Classes",
24     "level-db-wrapper/LevelDBForSwift/**/*.{swift,hpp,cpp,h,m}"
25   ],
26   "public_header_files": [
27     "level-db-wrapper/LevelDBForSwift/LevelDBForSwift/LevelDBForSwift.h",
28     "level-db-wrapper/LevelDBForSwift/LevelDBForSwift/src/Wrapper.hpp"
29   ],
30   "dependencies": {
31     "leveldb-library": [
33     ]
34   }