[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / e / 9 / LevelStorage / 1.0.3 / LevelStorage.podspec.json
blobfe288a16f3be9b59d2e687010a89f0fdd982d74d
2   "name": "LevelStorage",
3   "version": "1.0.3",
4   "summary": "storage",
5   "homepage": "https://github.com/jasenhuang",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "jasenhuang": "jasenhuang@rdgz.org"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/jasenhuang/LevelStorage.git",
17     "tag": "1.0.3"
18   },
19   "source_files": [
20     "LevelStorage/*.{h,m,mm}",
21     "LevelStorage/Coding/*.{h,m,mm}"
22   ],
23   "public_header_files": [
24     "LevelStorage/LevelStorage.h",
25     "LevelStorage/LevelKV.h",
26     "LevelStorage/LevelDB.h",
27     "LevelStorage/LevelKV+JSON.h",
28     "LevelStorage/LevelMacro.h"
29   ],
30   "compiler_flags": "-x objective-c++",
31   "requires_arc": true,
32   "frameworks": "Foundation",
33   "libraries": [
34     "c++",
35     "z"
36   ],
37   "pod_target_xcconfig": {
38     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
39     "CLANG_CXX_LIBRARY": "libc++",
40     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
41   },
42   "dependencies": {
43     "leveldb-library": [
44       "1.20"
45     ]
46   }