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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
c
/
f
/
3
/
BZCategory
/
1.0.4
/
BZCategory.podspec.json
blob
99400cc0079b1639ca36e90035f4996369b3b5fe
1
{
2
"name": "BZCategory",
3
"version": "1.0.4",
4
"summary": "分类",
5
"description": "集成常用的分类,方便开发使用。",
6
"homepage": "https://github.com/EricBZH/BZCategory",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"EricBup": "375298211@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/EricBZH/BZCategory.git",
16
"tag": "1.0.4"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"requires_arc": true,
22
"source_files": [
23
"BZCategory/*.{h,m}",
24
"BZCategory/Foundation/*.{h,m}"
25
],
26
"dependencies": {
27
"MJExtension": [
28
29
]
30
}
31
}