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"
20 "git": "https://github.com/Tencent/MMKV.git",
30 "public_header_files": [
36 "Core/ScopedLock.hpp",
38 "Core/aes/openssl/openssl_md5.h",
39 "Core/aes/openssl/openssl_opensslconf.h"
41 "compiler_flags": "-x objective-c++",
43 "Core/MemoryFile.cpp",
44 "Core/ThreadLock.cpp",
45 "Core/InterProcessLock.cpp",
48 "Core/MemoryFile_OSX.cpp",
49 "crc32/crc32_armv8.cpp",
50 "aes/openssl/openssl_cfb128.cpp",
51 "aes/openssl/openssl_aes_core.cpp",
52 "aes/openssl/openssl_md5_one.cpp",
53 "aes/openssl/openssl_md5_dgst.cpp",
56 "frameworks": "CoreFoundation",
64 "pod_target_xcconfig": {
65 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
66 "CLANG_CXX_LIBRARY": "libc++",
67 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"