[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / e / 1 / UniversalDetector2 / 2.0.0 / UniversalDetector2.podspec.json
blobe4bf3e75b9c891f831bd0ee1b3e17b4437fd89d1
2   "name": "UniversalDetector2",
3   "version": "2.0.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/amake/UniversalDetector2",
11   "authors": {
12     "Aaron Madlon-Kay": "aaron@madlon-kay.com"
13   },
14   "source": {
15     "git": "https://github.com/amake/UniversalDetector2.git",
16     "tag": "2.0.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": "c++",
36   "requires_arc": true