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