blob: 3b9c227ed2ab1b324663b5e21c53028443d333e5 [file] [log] [blame]
{
"name": "SGPinyinSort",
"version": "0.0.1",
"summary": "Chinese pinyin sort",
"description": "a simple Chinese pinyin sort tool for iOS",
"homepage": "https://github.com/install-b/SGPingyinSort",
"license": "MIT",
"authors": {
"ShangenZhang": "645256685@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/install-b/SGPingyinSort.git",
"tag": "0.0.1"
},
"source_files": "SGPinyinSort/*.{h,m}",
"public_header_files": "SGPinyinSort/*.h",
"frameworks": "Foundation",
"requires_arc": true
}