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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
1
/
f
/
d
/
DDToolbox
/
0.0.7
/
DDToolbox.podspec.json
blob
41ff4fe1f6c6830ce06197315efeec040b1b3fd1
1
{
2
"name": "DDToolbox",
3
"version": "0.0.7",
4
"summary": "辅助开发工具类",
5
"homepage": "https://github.com/BrownCN023/DDToolbox",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"liyebiao1990": "347991555@qq.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/BrownCN023/DDToolbox.git",
18
"tag": "0.0.7"
19
},
20
"source_files": [
21
"DDToolbox/*.h",
22
"DDToolbox/**/*.{h,m}"
23
],
24
"requires_arc": true,
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"dependencies": {
30
"Masonry": [
31
"~> 1.1.0"
32
],
33
"SDWebImage": [
34
"~> 4.3.3"
35
],
36
"DDLoadingView": [
37
"~> 0.0.4"
38
],
39
"DDModal": [
40
"~> 1.0.21"
41
],
42
"DDCircleProgressView": [
43
"~> 0.0.4"
44
],
45
"DDHTTPClient": [
46
"~> 0.0.6"
47
]
48
}
49
}