blob: 3dce3b9564bcbad9e665fae2a8dd058d05062659 [file] [log] [blame]
{
"name": "SGPinyinSort",
"version": "0.1.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.1.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "PinyinSort",
"frameworks": "Foundation",
"source_files": "SGPinyinSort/*.{h,m}",
"public_header_files": "SGPinyinSort/*.h"
},
{
"name": "PinyinSearch",
"dependencies": {
"SGPinyinSort/PinyinSort": [
]
},
"frameworks": "Foundation",
"source_files": "SGPinYinSearch/*.{h,m,txt}",
"public_header_files": "SGPinYinSearch/*.h"
}
]
}