2 "name": "UniversalDetector-macOS",
5 "type": "Mozilla Public License",
8 "summary": "Wrapper of uchardet for Objective-C.",
9 "description": "UniversalDetector takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text.",
10 "homepage": "https://github.com/keefo/UniversalDetector",
12 "Xu Lian": "lianxu@me.com"
15 "git": "https://github.com/keefo/UniversalDetector.git",
20 "UniversalDetector/*.{h,m}",
21 "external/uchardet-0.0.5/src/*.{h,cpp}",
22 "external/uchardet-0.0.5/src/LangModels/*.{h,cpp}"
24 "public_header_files": [
25 "UniversalDetector/*.h",
26 "external/uchardet-0.0.5/src/uchardet.h",
27 "external/uchardet-0.0.5/src/LangModels/uchardet.h"
29 "preserve_paths": "external/uchardet-0.0.5/src/*.{tab}",
35 "WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-logical-op-parentheses"