blob: 6e5dbdf61e4a06f548790c8b12b0895cd1e37761 [file] [log] [blame]
{
"name": "YSMChineseSort",
"version": "0.1.1",
"summary": "YSMChineseSort as Contacts array",
"description": " 1、chinese simple sort;\n 2、return titleArray for UITableView section title;\n 3、return rowArray for UITableViewCell info.\n",
"homepage": "https://github.com/Cain1127/YSMChineseSort",
"license": "MIT",
"authors": {
"ysmeng": "49427823@163.com"
},
"source": {
"git": "https://github.com/Cain1127/YSMChineseSort.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YSMChineseSort": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PinYin4Objc": [
"~> 1.1.1"
]
}
}