blob: b2e767b94f14aff1525ed16186f5c2cbc7731475 [file] [log] [blame]
{
"name": "UniversalDetector-macOS",
"version": "1.0.3",
"license": {
"type": "Mozilla Public License",
"file": "LICENSE"
},
"summary": "Wrapper of uchardet for Objective-C.",
"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.",
"homepage": "https://github.com/keefo/UniversalDetector",
"authors": {
"Xu Lian": "lianxu@me.com"
},
"source": {
"git": "https://github.com/keefo/UniversalDetector.git",
"tag": "1.0.3",
"submodules": true
},
"source_files": [
"UniversalDetector/*.{h,m}",
"external/uchardet-0.0.5/src/*.{h,cpp}",
"external/uchardet-0.0.5/src/LangModels/*.{h,cpp}"
],
"public_header_files": [
"UniversalDetector/*.h",
"external/uchardet-0.0.5/src/uchardet.h",
"external/uchardet-0.0.5/src/LangModels/uchardet.h"
],
"preserve_paths": "external/uchardet-0.0.5/src/*.{tab}",
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"xcconfig": {
"WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-logical-op-parentheses"
},
"requires_arc": true
}