[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 3 / f / mecab-ko / 0.4.0 / mecab-ko.podspec.json
blobe0631db6c738c9448dd3bf49a25b25e6b9316e33
2   "name": "mecab-ko",
3   "version": "0.4.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.0",
16     "osx": "10.11"
17   },
18   "source": {
19     "git": "https://github.com/shirakaba/mecab-ko.git",
20     "tag": "v0.4.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   },
42   "libraries": [
43     "iconv",
44     "c++"
45   ],
46   "info_plist": {
47     "iPhone-libmecab authors": "Toshinori Watanabe; Matthew Long; Jamie Birch",
48     "iPhone-libmecab special thanks": "Joseph Toronto",
49     "mecab-ko authors": "Taku Kudo (taku@chasen.org); Yongwoon Lee (bibreen@gmail.com); Yungho Yu (mousegood@gmail.com)",
50     "mecab-ko repo": "https://bitbucket.org/eunjeon/mecab-ko/src/master/",
51     "mecab-ko version": "0.996"
52   }