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
/
d
/
0
/
DDLoadingHUD
/
0.0.1
/
DDLoadingHUD.podspec.json
blob
037081004dbcd66fa259ea7cc5ed2afb1353403e
1
{
2
"name": "DDLoadingHUD",
3
"version": "0.0.1",
4
"summary": "HUD工具",
5
"homepage": "https://github.com/BrownCN023/DDLoadingHUD",
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/DDLoadingHUD.git",
18
"tag": "0.0.1"
19
},
20
"source_files": "DDLoadingHUD/**/*.{h,m}",
21
"requires_arc": true,
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"dependencies": {
27
"MBProgressHUD": [
28
"~> 1.1.0"
29
]
30
}
31
}