blob: 65928692ff854eb183266addf22d3bc366b9f825 [file] [log] [blame]
{
"name": "PinyinChineseMatcher",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PinyinChineseMatcher/Classes/**/*",
"default_subspecs": "Pinyin4Objc",
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Pinyin4Objc",
"source_files": "PinyinChineseMatcher/Pinyin4Objc/**/*",
"dependencies": {
"PinYin4Objc_FrameworksSupport": [
"~> 1.1.2"
]
}
}
]
}