[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 6 / b / uchardet / 0.0.1 / uchardet.podspec.json
blobfff127b02c2b74a71d5ef8853834c6ed3d1efe2b
2   "name": "uchardet",
3   "version": "0.0.1",
4   "summary": "uchardet is a package for mozilla universalchardet.",
5   "homepage": "https://github.com/BYVoid/uchardet",
6   "license": {
7     "type": "MPL1.1",
8     "file": "COPYING"
9   },
10   "authors": "byvoid@byvoid.com",
11   "source": {
12     "git": "https://github.com/dinhviethoa/uchardet.git",
13     "tag": "0.0.1"
14   },
15   "header_mappings_dir": "src",
16   "source_files": [
17     "build-mac/uchardet.cpp",
18     "src/*.{cpp,h,tab}"
19   ],
20   "public_header_files": "src/uchardet.h",
21   "requires_arc": false,
22   "platforms": {
23     "ios": 7.0,
24     "osx": 10.9
25   }