[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / e / 8 / PinyinChineseMatcher / 0.1.1 / PinyinChineseMatcher.podspec.json
blob380e73a7048fc6507e33b43a1734b5fa269fe9ac
2   "name": "PinyinChineseMatcher",
3   "version": "0.1.1",
4   "summary": "Given Chinese String and pinyin, find all ranges in Chinese String that matches pinyin",
5   "description": "This Library is mean to help highlight Chinese text which match related pinyin\n这个库可以用来实现根据拼音高亮汉字",
6   "homepage": "https://github.com/wrlqwe/PinyinChineseMatcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wrlqwe": "515045622@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/wrlqwe/PinyinChineseMatcher.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PinyinChineseMatcher/Classes/**/*",
22   "default_subspecs": "Pinyin4Objc",
23   "pushed_with_swift_version": "3.1",
24   "subspecs": [
25     {
26       "name": "Pinyin4Objc",
27       "source_files": "PinyinChineseMatcher/Pinyin4Objc/**/*",
28       "dependencies": {
29         "PinYin4Objc_FrameworksSupport": [
30           "~> 1.1.2"
31         ]
32       }
33     }
34   ]