[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 9 / b / ZhHans / 1.5.1 / ZhHans.podspec.json
blob18808918563fb6b7b64887b20a8a08536c3b72e4
2   "name": "ZhHans",
3   "version": "1.5.1",
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": "1.5.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "ZhHans/Classes/**/*",
22   "public_header_files": "ZhHans/Classes/*.h",
23   "private_header_files": "ZhHans/Classes/{T2S.h,ZhHansTable.h}"