blob: e4bf3e75b9c891f831bd0ee1b3e17b4437fd89d1 [file] [log] [blame]
{
"name": "UniversalDetector2",
"version": "2.0.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/amake/UniversalDetector2",
"authors": {
"Aaron Madlon-Kay": "aaron@madlon-kay.com"
},
"source": {
"git": "https://github.com/amake/UniversalDetector2.git",
"tag": "2.0.0",
"submodules": true
},
"source_files": [
"UniversalDetector/*.{h,m}",
"external/uchardet/src/**/*.{h,cpp}"
],
"public_header_files": [
"UniversalDetector/*.h",
"external/uchardet/src/uchardet.h"
],
"preserve_paths": "external/uchardet/src/*.{tab}",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"xcconfig": {
"WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-logical-op-parentheses"
},
"libraries": "c++",
"requires_arc": true
}