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] MentaKSAdapter 5.20.35
[CocoaPods.git]
/
Specs
/
0
/
f
/
4
/
DDModal
/
1.0.2
/
DDModal.podspec.json
blob
869115a3993e2cebdb801aa1703fd8fb0a7250cd
1
{
2
"name": "DDModal",
3
"version": "1.0.2",
4
"summary": "弹窗",
5
"homepage": "https://github.com/BrownCN023/DDModal",
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/DDModal.git",
18
"tag": "1.0.2"
19
},
20
"source_files": [
21
"DDModal/*.h",
22
"DDModal/**/*.{h,m}"
23
],
24
"resources": "DDModal/Resources/DDModal.bundle",
25
"requires_arc": true,
26
"frameworks": "Foundation",
27
"dependencies": {
28
"Masonry": [
29
30
]
31
}
32
}