blob: afc69571768e231239b21d715d955c6a6c984514 [file] [log] [blame]
{
"name": "PinyinChineseMatcher",
"version": "0.1.0",
"summary": "Given Chinese String and pinyin, find all ranges in Chinese String that matches pinyin",
"description": "This Library is mean to help highlight Chinese text which match related pinyin\n这个库可以用来实现根据拼音高亮汉字",
"homepage": "https://github.com/wrlqwe/PinyinChineseMatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wrlqwe": "515045622@qq.com"
},
"source": {
"git": "https://github.com/wrlqwe/PinyinChineseMatcher.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PinyinChineseMatcher/Classes/**/*",
"dependencies": {
"PinYin4Objc_FrameworksSupport": [
"~> 1.1.2"
]
},
"pushed_with_swift_version": "3.1"
}