blob: 8c201de0d932b863f5f38d7ecac138633dcc0ba1 [file] [log] [blame]
{
"name": "MMKV",
"version": "1.2.3",
"summary": "MMKV is a cross-platform key-value storage framework developed by WeChat.",
"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.",
"homepage": "https://github.com/Tencent/MMKV",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE.TXT"
},
"authors": {
"guoling": "guoling@tencent.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Tencent/MMKV.git",
"tag": "v1.2.3"
},
"source_files": [
"iOS/MMKV/MMKV",
"iOS/MMKV/MMKV/*.{h,mm,hpp}"
],
"public_header_files": [
"iOS/MMKV/MMKV/MMKV.h",
"iOS/MMKV/MMKV/MMKVHandler.h"
],
"frameworks": "CoreFoundation",
"libraries": [
"z",
"c++"
],
"requires_arc": false,
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
"CLANG_CXX_LIBRARY": "libc++",
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
},
"dependencies": {
"MMKVCore": [
"~> 1.2.3"
]
}
}