2 "name": "UniversalDetector",
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/siuying/UniversalDetector",
12 "Francis Chong": "francis@ignition.hk"
15 "git": "https://github.com/siuying/UniversalDetector.git",
19 "UniversalDetector/*.{h,m}",
21 "external/universalchardet/src/base/*.{cpp,h}"
23 "public_header_files": [
24 "UniversalDetector/*.h",
27 "preserve_paths": "external/universalchardet/src/base/*.{tab}",
33 "WARNING_CFLAGS": "-Wno-shorten-64-to-32"
35 "libraries": "stdc++",