[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 2 / d / f / HanziPinyin / 1.0.0 / HanziPinyin.podspec.json
blobf6822f43a32062efc02bbed10d857bf0261b844e
2   "name": "HanziPinyin",
3   "version": "1.0.0",
4   "summary": "A lightweight Swift library supporting convertion between Chinese(both Simplified and Tranditional) characters and Pinyin.",
5   "homepage": "https://github.com/teambition/HanziPinyin",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "Xin Hong",
11   "source": {
12     "git": "https://github.com/teambition/HanziPinyin.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "HanziPinyin/*.swift",
16   "resource_bundles": {
17     "HanziPinyin": [
18       "HanziPinyin/Resources/*.txt"
19     ]
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "swift_versions": "5.0",
27   "swift_version": "5.0"