blob: b8182d5862ca25ab922e76b56836b5f6db2075f6 [file] [log] [blame]
{
"name": "GLWordsSort",
"version": "1.0.0",
"summary": "字符串分组排序",
"description": "字符串分组排序。可实现通讯录按首字母分组排序,国家省市地区按首字母分组排序等功能。采用Swift编写。不支持OC",
"homepage": "https://github.com/liujunliuhong/WordsSort",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liujunliuhong": "1035841713@qq.com"
},
"source": {
"git": "https://github.com/liujunliuhong/WordsSort.git",
"tag": "1.0.0"
},
"module_name": "GLWordsSort",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"swift_version": "5.0"
}