blob: e2b59afb11e670d9cded0cd700d0ed5d2cb0e51b [file] [log] [blame]
{
"name": "HanziToPinyinSortManager",
"version": "0.0.2",
"summary": "An tool to convert Chinese charcters to pinyin and sort them",
"description": "HanziToPinyinSortManager is a tool that can work with UITabelView.\nIt can convert Chinese characters to pinyin and sort them.\nIt provides the data required by the delegate method of UITabelView.",
"homepage": "https://github.com/txyugood/HanziToPinyinSortManager",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tong Xingyu": "txyugood@163.com"
},
"source": {
"git": "https://github.com/txyugood/HanziToPinyinSortManager.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}