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] kit_extension 0.4.3
[CocoaPods.git]
/
Specs
/
2
/
3
/
1
/
KSCCategory
/
1.5.2
/
KSCCategory.podspec.json
blob
fa8edfcf153063352d7aa8c45f2daf1bec41431f
1
{
2
"name": "KSCCategory",
3
"version": "1.5.2",
4
"summary": "常用扩展类",
5
"description": "个人常用的扩展类别.",
6
"homepage": "https://dev.tencent.com/u/KanSC",
7
"license": {
8
"type": "MIT",
9
"file": "FILE_LICENSE"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://git.dev.tencent.com/KanSC/KSCCategory.git",
16
"tag": "1.5.2"
17
},
18
"authors": {
19
"KanSC": "kanscemail@126.com"
20
},
21
"requires_arc": true,
22
"ios": {
23
"vendored_frameworks": "Product/KSCCategory.framework"
24
},
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"dependencies": {
30
"DZNEmptyDataSet": [
31
32
],
33
"MJRefresh": [
34
35
],
36
"Masonry": [
37
38
]
39
}
40
}