| { |
| "name": "uchardet", |
| "version": "0.0.1", |
| "summary": "uchardet is a package for mozilla universalchardet.", |
| "homepage": "https://github.com/BYVoid/uchardet", |
| "license": { |
| "type": "MPL1.1", |
| "file": "COPYING" |
| }, |
| "authors": "byvoid@byvoid.com", |
| "source": { |
| "git": "https://github.com/dinhviethoa/uchardet.git", |
| "tag": "0.0.1" |
| }, |
| "header_mappings_dir": "src", |
| "source_files": [ |
| "build-mac/uchardet.cpp", |
| "src/*.{cpp,h,tab}" |
| ], |
| "public_header_files": "src/uchardet.h", |
| "requires_arc": false, |
| "platforms": { |
| "ios": 7.0, |
| "osx": 10.9 |
| } |
| } |