blob: c8901f4fda96d1984dd0e23081c16d60cd1ab621 [file] [log] [blame]
{
"name": "MLNKV",
"version": "0.0.3",
"summary": "MLNKV is a key-value storage framework .",
"description": "MLNKV is a key-value storage framework !!",
"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.3"
},
"source_files": "Source/iOS/*.{h,m,mm}",
"public_header_files": "Source/iOS/*.h",
"ios": {
"frameworks": "UIKit"
},
"libraries": [
"z",
"c++"
],
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"subspecs": [
{
"name": "cpp",
"source_files": "Source/cpp/*.{h,hpp,cpp}",
"public_header_files": "Source/cpp/*.{h,hpp}"
}
]
}