2 "name": "MMKVWatchExtension",
4 "summary": "MMKV is a cross-platform key-value storage framework developed by WeChat.",
5 "module_name": "MMKVWatchExtension",
6 "description": "The MMKV for WatchOS 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"
19 "git": "https://github.com/Tencent/MMKV.git",
24 "iOS/MMKV/MMKV/*.{h,mm,hpp}"
26 "public_header_files": [
27 "iOS/MMKV/MMKV/MMKV.h",
28 "iOS/MMKV/MMKV/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",
40 "GCC_PREPROCESSOR_DEFINITIONS": "MMKV_IOS_EXTENSION"