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",
20 "UniversalDetector/*.{h,m}",
21 "external/uchardet/src/*.{cpp,h,tab}"
23 "public_header_files": [
24 "UniversalDetector/*.h",
25 "external/uchardet/src/uchardet.h"
27 "libraries": "stdc++",