blob: dbae7b39ac7b28d7c636f5d8eebddeecfb7f120c [file] [log] [blame]
{
"name": "My_MMKV",
"version": "1.0.0",
"summary": "My_MMKV is a cross-platform key-value storage framework developed Based on WeChat.",
"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.",
"homepage": "https://github.com/",
"license": {
"type": "MIT",
"text": "\n"
},
"authors": {
"pengbingxiang": "pengbingxiang@58.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/stone4302/My_MMKV.git",
"tag": "v1.0.0"
},
"source_files": [
"My_MMKV/Classes",
"My_MMKV/Classes/*.{h,mm,hpp}"
],
"public_header_files": [
"My_MMKV/Classes/MMKV.h",
"My_MMKV/Classes/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": {
"My_MMKVCore": [
"~> 1.0.0"
]
}
}