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.1.1
/
DDToolbox.podspec.json
blob
abd00508b5be78bdc8b033d9bce1faabf8af7bba
1
{
2
"name": "DDToolbox",
3
"version": "0.1.1",
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.1.1"
19
},
20
"source_files": "DDToolbox/**/*.{h,m}",
21
"requires_arc": true,
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"dependencies": {
27
"Masonry": [
28
"~> 1.1.0"
29
]
30
}
31
}