2 "name": "UniversalDetector2",
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/amake/UniversalDetector2",
12 "Aaron Madlon-Kay": "aaron@madlon-kay.com"
15 "git": "https://github.com/amake/UniversalDetector2.git",
20 "UniversalDetector/*.{h,m}",
21 "external/uchardet/src/**/*.{h,cpp}"
23 "public_header_files": [
24 "UniversalDetector/*.h",
25 "external/uchardet/src/uchardet.h"
27 "preserve_paths": "external/uchardet/src/*.{tab}",
33 "WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-logical-op-parentheses"