blob: f0920181cc9c271c703fe0fc39bde4f85a476ffb [file] [log] [blame]
{
"name": "UniversalDetector",
"version": "1.2.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.2.0",
"submodules": true
},
"source_files": [
"UniversalDetector/*.{h,m}",
"external/uchardet/src/*.{cpp,h,tab}"
],
"public_header_files": [
"UniversalDetector/*.h",
"external/uchardet/src/uchardet.h"
],
"libraries": "stdc++",
"requires_arc": true
}