[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 3 / UniversalDetector / 1.0.0 / UniversalDetector.podspec.json
blob7ba4a25762e79b8e4b06397b5fe446518f0a4804
2   "name": "UniversalDetector",
3   "version": "1.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/siuying/UniversalDetector",
11   "authors": {
12     "Francis Chong": "francis@ignition.hk"
13   },
14   "source": {
15     "git": "https://github.com/siuying/UniversalDetector.git",
16     "tag": "1.0.0",
17     "submodules": true
18   },
19   "source_files": [
20     "UniversalDetector/*.{h,m}",
21     "external/uchardet/src/*.{cpp,h,tab}"
22   ],
23   "public_header_files": [
24     "UniversalDetector/*.h",
25     "external/uchardet/src/uchardet.h"
26   ],
27   "libraries": "stdc++",
28   "requires_arc": true