blob: 6a63faa80d2149a014eff75e2ae35c467ebe592c [file] [log] [blame]
{
"name": "MMKV",
"version": "1.0.15",
"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": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Tencent/MMKV.git",
"tag": "v1.0.15"
},
"source_files": [
"iOS/MMKV/MMKV",
"iOS/MMKV/MMKV/*.{h,mm,hpp}",
"iOS/MMKV/MMKV/aes/*",
"iOS/MMKV/MMKV/aes/openssl/*"
],
"public_header_files": [
"iOS/MMKV/MMKV/MMKV.h",
"iOS/MMKV/MMKV/MMKVHandler.h"
],
"frameworks": "CoreFoundation",
"ios": {
"frameworks": "UIKit"
},
"libraries": [
"z",
"c++"
],
"requires_arc": true,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++14",
"CLANG_CXX_LIBRARY": "libc++",
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
}
}