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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
8
/
a
/
4
/
ByronBase
/
0.1.14
/
ByronBase.podspec.json
blob
18d195231149b6d414fd47b92f9869785e67f2ef
1
{
2
"name": "ByronBase",
3
"version": "0.1.14",
4
"summary": "基础组件库",
5
"description": "基类控制器,基类导航栏等",
6
"homepage": "https://gitee.com/byronman/ByronBasePod",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"byronman": "1071210272@qq.com"
13
},
14
"source": {
15
"git": "https://gitee.com/byronman/ByronBasePod.git",
16
"tag": "0.1.14"
17
},
18
"platforms": {
19
"ios": "13.0"
20
},
21
"source_files": "ByronBase/Classes/**/*",
22
"frameworks": [
23
"UIKit",
24
"ImageIO",
25
"WebKit",
26
"Foundation",
27
"CoreText"
28
],
29
"dependencies": {
30
"MBProgressHUD": [
31
"~> 1.2.0"
32
],
33
"Masonry": [
34
"~> 1.1.0"
35
],
36
"AFNetworking": [
37
"~> 4.0.1"
38
],
39
"SDWebImage": [
40
"~> 5.11.1"
41
]
42
}
43
}