4 "summary": "MMKV is a cross-platform key-value storage framework developed by WeChat.",
5 "description": "The MMKV, for Objective-C.\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.自用,fork至https://github.com/Tencent/MMKV",
6 "homepage": "https://github.com/Tencent/MMKV",
8 "type": "BSD 3-Clause",
12 "guoling": "guoling@tencent.com"
19 "git": "https://github.com/ButtFly/MMKV.git",
24 "iOS/MMKV/MMKV/*.{h,mm,hpp}",
25 "iOS/MMKV/MMKV/aes/*",
26 "iOS/MMKV/MMKV/aes/openssl/*"
28 "public_header_files": [
29 "iOS/MMKV/MMKV/MMKV.h",
30 "iOS/MMKV/MMKV/MMKVHandler.h"
32 "frameworks": "CoreFoundation",
41 "pod_target_xcconfig": {
42 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
43 "CLANG_CXX_LIBRARY": "libc++",
44 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"