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] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git]
/
Specs
/
0
/
f
/
4
/
DDModal
/
2.0.1
/
DDModal.podspec.json
blob
2cffc3d045ce7af1feda5e09304f8a4ef1284902
1
{
2
"name": "DDModal",
3
"version": "2.0.1",
4
"summary": "弹出框alert、action及自定义。",
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": "2.0.1"
19
},
20
"source_files": "DDModalView/*.{h,m}",
21
"requires_arc": true,
22
"frameworks": [
23
"Foundation",
24
"UIKit"
25
],
26
"dependencies": {
27
"Masonry": [
28
"~> 1.1.0"
29
]
30
}
31
}