blob: 6936d203a8512bd0bf7c8facc3b1126433c0fa25 [file] [log] [blame]
{
"name": "UniversalDetector",
"version": "1.4.0",
"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/siuying/UniversalDetector",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/UniversalDetector.git",
"tag": "1.4.0",
"submodules": true
},
"source_files": [
"UniversalDetector/*.{h,m}",
"external/uchardet/src/*.{h,cpp}"
],
"public_header_files": [
"UniversalDetector/*.h",
"external/uchardet/src/uchardet.h"
],
"preserve_paths": "external/uchardet/src/*.{tab}",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"xcconfig": {
"WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-logical-op-parentheses"
},
"libraries": "stdc++",
"requires_arc": true
}