blob: 357e89e5474d886cd6e1ecd6688648d267d89caa [file] [log] [blame]
{
"name": "MLNKV",
"version": "0.0.1",
"summary": "MLNKV is a key-value storage framework .",
"description": "MLNKV",
"homepage": "https://github.com/momotech/MLNKV",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": "",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/momotech/MLNKV.git",
"tag": "0.0.1"
},
"source_files": [
"Source",
"Source/**/*.{h,m,mm,hpp,h,cpp}"
],
"public_header_files": [
"Source/iOS/{MLNKV,MLNKVMemoryCache}.h",
"Source/cpp/MLNKVType.h"
],
"frameworks": "CoreFoundation",
"ios": {
"frameworks": "UIKit"
},
"libraries": [
"z",
"c++"
],
"pod_target_xcconfig": {
"CLANG_CXX_LIBRARY": "libc++",
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO"
}
}