4 "summary": "My_MMKV is a cross-platform key-value storage framework developed Based on WeChat.",
5 "description": "Don't use this library directly. Use My_MMKV instead.\n My_MMKV is an efficient, complete, easy-to-use mobile key-value storage framework can used in the 58 application.\nIt can be a replacement for NSUserDefaults & SQLite.",
6 "homepage": "https://github.com/",
12 "pengbingxiang": "pengbingxiang@58.com"
19 "git": "https://github.com/stone4302/My_MMKV.git",
24 "My_MMKV/Classes/*.{h,mm,hpp}"
26 "public_header_files": [
27 "My_MMKV/Classes/MMKV.h",
28 "My_MMKV/Classes/MMKVHandler.h"
30 "frameworks": "CoreFoundation",
35 "requires_arc": false,
36 "pod_target_xcconfig": {
37 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
38 "CLANG_CXX_LIBRARY": "libc++",
39 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"