[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 3 / UniversalDetector / 1.4.0 / UniversalDetector.podspec.json
blob6936d203a8512bd0bf7c8facc3b1126433c0fa25
2   "name": "UniversalDetector",
3   "version": "1.4.0",
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/siuying/UniversalDetector",
11   "authors": {
12     "Francis Chong": "francis@ignition.hk"
13   },
14   "source": {
15     "git": "https://github.com/siuying/UniversalDetector.git",
16     "tag": "1.4.0",
17     "submodules": true
18   },
19   "source_files": [
20     "UniversalDetector/*.{h,m}",
21     "external/uchardet/src/*.{h,cpp}"
22   ],
23   "public_header_files": [
24     "UniversalDetector/*.h",
25     "external/uchardet/src/uchardet.h"
26   ],
27   "preserve_paths": "external/uchardet/src/*.{tab}",
28   "platforms": {
29     "ios": "6.0",
30     "osx": "10.8"
31   },
32   "xcconfig": {
33     "WARNING_CFLAGS": "-Wno-shorten-64-to-32 -Wno-logical-op-parentheses"
34   },
35   "libraries": "stdc++",
36   "requires_arc": true