4 "summary": "MMKVCore for MMKV. MMKV is a cross-platform key-value storage framework developed by WeChat.",
5 "description": "Don't use this library directly. Use MMKV instead.\nMMKV is an efficient, complete, easy-to-use mobile key-value storage framework used in the WeChat application.\nIt can be a replacement for NSUserDefaults & SQLite.",
6 "homepage": "https://github.com/Tencent/MMKV",
8 "type": "BSD 3-Clause",
12 "guoling": "guoling@tencent.com"
22 "git": "https://github.com/Tencent/MMKV.git",
32 "public_header_files": [
38 "Core/ScopedLock.hpp",
40 "Core/aes/openssl/openssl_md5.h",
41 "Core/aes/openssl/openssl_opensslconf.h"
43 "compiler_flags": "-x objective-c++",
45 "Core/MemoryFile.cpp",
46 "Core/ThreadLock.cpp",
47 "Core/InterProcessLock.cpp",
50 "Core/MemoryFile_OSX.cpp",
51 "aes/openssl/openssl_cfb128.cpp",
52 "aes/openssl/openssl_aes_core.cpp",
53 "aes/openssl/openssl_md5_one.cpp",
54 "aes/openssl/openssl_md5_dgst.cpp",
57 "frameworks": "CoreFoundation",
65 "pod_target_xcconfig": {
66 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
67 "CLANG_CXX_LIBRARY": "libc++",
68 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"