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
/
4
/
8
/
DDQUIKit
/
1.0.1
/
DDQUIKit.podspec.json
blob
2eb773e6e71f7b1b1687e7b556295520ddda6dd4
1
{
2
"name": "DDQUIKit",
3
"version": "1.0.1",
4
"platforms": {
5
"ios": "8.0"
6
},
7
"summary": "各种常用控件的基类",
8
"homepage": "https://github.com/MyNameDDQ/DDQUIKit",
9
"license": "MIT",
10
"authors": {
11
"MyNameDDQ": "wjddq@qq.com"
12
},
13
"source": {
14
"git": "https://github.com/MyNameDDQ/DDQUIKit.git",
15
"tag": "1.0.1"
16
},
17
"requires_arc": true,
18
"source_files": "*.{h,m}",
19
"dependencies": {
20
"YYKit": [
21
22
],
23
"MJRefresh": [
24
25
],
26
"DDQAutoLayout": [
27
28
]
29
}
30
}