repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] ZJSDK 2.5.5.0
[CocoaPods.git]
/
Specs
/
1
/
7
/
3
/
MBSort
/
1.0.0
/
MBSort.podspec.json
blob
20a97f32c4d14255b1c8fd6ad0c97d75aa9c45db
1
{
2
"name": "MBSort",
3
"version": "1.0.0",
4
"summary": "根据首字母进行排序",
5
"description": "根据首字母进行排序,支持模型对象。",
6
"homepage": "https://github.com/MarioBiuuuu/MBSort",
7
"license": "MIT",
8
"authors": {
9
"张晓飞": "tobe1016@163.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/MarioBiuuuu/MBSort.git",
16
"tag": "1.0.0"
17
},
18
"source_files": [
19
"MBSort",
20
"MBSortDemo/MBSortTool/MBSort/*.{h,m}"
21
]
22
}