2 "name": "MMKVAppExtension",
4 "summary": "MMKV is a cross-platform key-value storage framework developed by WeChat.",
6 "description": "The MMKV for iOS App Extensions.\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.",
7 "homepage": "https://github.com/Tencent/MMKV",
9 "type": "BSD 3-Clause",
13 "guoling": "guoling@tencent.com"
20 "git": "https://github.com/Tencent/MMKV.git",
25 "iOS/MMKV/MMKV/*.{h,mm,hpp}"
27 "public_header_files": [
28 "iOS/MMKV/MMKV/MMKV.h",
29 "iOS/MMKV/MMKV/MMKVHandler.h"
31 "frameworks": "CoreFoundation",
40 "pod_target_xcconfig": {
41 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
42 "CLANG_CXX_LIBRARY": "libc++",
43 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
44 "GCC_PREPROCESSOR_DEFINITIONS": "MMKV_IOS_EXTENSION"