[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 3 / f / mecab-ko / 0.2.0 / mecab-ko.podspec.json
blob0adef7d3f1ed8741e165d9b5f2fd8f5dde277178
2   "name": "mecab-ko",
3   "version": "0.2.0",
4   "summary": "mecab-ko - a fork of Mecab, with support for both Japanese and Korean.",
5   "homepage": "https://github.com/shirakaba/mecab-ko",
6   "license": {
7     "type": "BSD",
8     "file": "Assets/BSD"
9   },
10   "authors": {
11     "name": "Jamie Birch",
12     "email": "14055146+shirakaba@users.noreply.github.com"
13   },
14   "platforms": {
15     "ios": "10.3",
16     "osx": "10.11"
17   },
18   "source": {
19     "git": "https://github.com/shirakaba/mecab-ko.git",
20     "tag": "v0.2.0"
21   },
22   "public_header_files": [
23     "Classes/mecab.h",
24     "ios/*.h"
25   ],
26   "source_files": [
27     "Classes/*.{cpp,h}",
28     "ios/*.{m,h}"
29   ],
30   "exclude_files": [
31     "Classes/mecab-cost-train.cpp",
32     "Classes/mecab-dict-gen.cpp",
33     "Classes/mecab-dict-index.cpp",
34     "Classes/mecab-system-eval.cpp",
35     "Classes/mecab-test-gen.cpp"
36   ],
37   "resources": "Assets/*",
38   "xcconfig": {
39     "CLANG_ENABLE_OBJC_ARC": "NO",
40     "GCC_PREPROCESSOR_DEFINITIONS": "HAVE_CONFIG_H MECAB_DEFAULT_RC=\\\"./\\\" DIC_VERSION=102",
41     "GCC_DYNAMIC_NO_PIC": "NO",
42     "GCC_MODEL_TUNING": "G5",
43     "GCC_C_LANGUAGE_STANDARD": "c99",
44     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
45     "CLANG_CXX_LIBRARY": "compiler-default"
46   },
47   "libraries": "iconv",
48   "info_plist": {
49     "iPhone-libmecab authors": "Toshinori Watanabe; Matthew Long; Jamie Birch",
50     "iPhone-libmecab special thanks": "Joseph Toronto",
51     "mecab-ko authors": "Taku Kudo (taku@chasen.org); Yongwoon Lee (bibreen@gmail.com); Yungho Yu (mousegood@gmail.com)",
52     "mecab-ko repo": "https://bitbucket.org/eunjeon/mecab-ko/src/master/",
53     "mecab-ko version": "0.996"
54   }