[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 9 / b / 2 / UniversalDetector-macOS / 1.0.2 / UniversalDetector-macOS.podspec.json
blob21c1732379e6bd5212db19328fbf5636d6b6ca89
2   "name": "UniversalDetector-macOS",
3   "version": "1.0.2",
4   "license": {
5     "type": "Mozilla Public License",
6     "file": "LICENSE"
7   },
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/keefo/UniversalDetector",
11   "authors": {
12     "Xu Lian": "lianxu@me.com"
13   },
14   "source": {
15     "git": "https://github.com/keefo/UniversalDetector.git",
16     "tag": "1.0.2",
17     "submodules": true
18   },
19   "source_files": [
20     "UniversalDetector/*.{h,m}",
21     "external/uchardet-0.0.5/src/*.{h,cpp}",
22     "external/uchardet-0.0.5/src/LangModels/*.{h,cpp}"
23   ],
24   "public_header_files": [
25     "UniversalDetector/*.h",
26     "external/uchardet-0.0.5/src/uchardet.h",
27     "external/uchardet-0.0.5/src/LangModels/uchardet.h"
28   ],
29   "preserve_paths": "external/uchardet-0.0.5/src/*.{tab}",
30   "platforms": {
31     "ios": "6.0",
32     "osx": "10.9"
33   },
34   "xcconfig": {
35     "WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-logical-op-parentheses"
36   },
37   "requires_arc": true