[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 9 / b / ZhHans / 0.1.0 / ZhHans.podspec.json
blobb0dab817ce8ab191363f4ed3e36106ca1272493f
2   "name": "ZhHans",
3   "version": "0.1.0",
4   "summary": "Traditional Chinese to Simplified Chinese conversion library",
5   "description": "A easy to use and fast Objective-C helper library to convert Traditional Chinese String to Simplified Chinese String.\ne.g. ZH(\"繁體\") -> \"繁体\"",
6   "homepage": "https://github.com/eddy-lau/ZhHans",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eddie Lau": "eddie@touchutility.com"
13   },
14   "source": {
15     "git": "https://github.com/eddy-lau/ZhHans.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.8"
21   },
22   "source_files": "ZhHans/Classes/**/*",
23   "public_header_files": "ZhHans/Classes/*.h",
24   "private_header_files": "ZhHans/Classes/{T2S.h,ZhHansTable.h}"