blob: 0adef7d3f1ed8741e165d9b5f2fd8f5dde277178 [file] [log] [blame]
{
"name": "mecab-ko",
"version": "0.2.0",
"summary": "mecab-ko - a fork of Mecab, with support for both Japanese and Korean.",
"homepage": "https://github.com/shirakaba/mecab-ko",
"license": {
"type": "BSD",
"file": "Assets/BSD"
},
"authors": {
"name": "Jamie Birch",
"email": "14055146+shirakaba@users.noreply.github.com"
},
"platforms": {
"ios": "10.3",
"osx": "10.11"
},
"source": {
"git": "https://github.com/shirakaba/mecab-ko.git",
"tag": "v0.2.0"
},
"public_header_files": [
"Classes/mecab.h",
"ios/*.h"
],
"source_files": [
"Classes/*.{cpp,h}",
"ios/*.{m,h}"
],
"exclude_files": [
"Classes/mecab-cost-train.cpp",
"Classes/mecab-dict-gen.cpp",
"Classes/mecab-dict-index.cpp",
"Classes/mecab-system-eval.cpp",
"Classes/mecab-test-gen.cpp"
],
"resources": "Assets/*",
"xcconfig": {
"CLANG_ENABLE_OBJC_ARC": "NO",
"GCC_PREPROCESSOR_DEFINITIONS": "HAVE_CONFIG_H MECAB_DEFAULT_RC=\\\"./\\\" DIC_VERSION=102",
"GCC_DYNAMIC_NO_PIC": "NO",
"GCC_MODEL_TUNING": "G5",
"GCC_C_LANGUAGE_STANDARD": "c99",
"CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
"CLANG_CXX_LIBRARY": "compiler-default"
},
"libraries": "iconv",
"info_plist": {
"iPhone-libmecab authors": "Toshinori Watanabe; Matthew Long; Jamie Birch",
"iPhone-libmecab special thanks": "Joseph Toronto",
"mecab-ko authors": "Taku Kudo (taku@chasen.org); Yongwoon Lee (bibreen@gmail.com); Yungho Yu (mousegood@gmail.com)",
"mecab-ko repo": "https://bitbucket.org/eunjeon/mecab-ko/src/master/",
"mecab-ko version": "0.996"
}
}