[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / e / 8 / PinyinChineseMatcher / 0.1.0 / PinyinChineseMatcher.podspec.json
blobafc69571768e231239b21d715d955c6a6c984514
2   "name": "PinyinChineseMatcher",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PinyinChineseMatcher/Classes/**/*",
22   "dependencies": {
23     "PinYin4Objc_FrameworksSupport": [
24       "~> 1.1.2"
25     ]
26   },
27   "pushed_with_swift_version": "3.1"