2 "name": "LevelStorage",
5 "homepage": "https://github.com/jasenhuang",
10 "jasenhuang": "jasenhuang@rdgz.org"
16 "git": "https://github.com/jasenhuang/LevelStorage.git",
20 "LevelStorage/*.{h,m,mm}",
21 "LevelStorage/Coding/*.{h,m,mm}"
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"
30 "compiler_flags": "-x objective-c++",
32 "frameworks": "Foundation",
37 "pod_target_xcconfig": {
38 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
39 "CLANG_CXX_LIBRARY": "libc++",
40 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"