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] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git]
/
Specs
/
c
/
d
/
0
/
DDModalView
/
0.1.5
/
DDModalView.podspec.json
blob
f19c8f8999be68694b614ab09c7198391b43da3f
1
{
2
"name": "DDModalView",
3
"version": "0.1.5",
4
"summary": "弹出框alert、action及自定义。",
5
"homepage": "https://github.com/BrownCN023/DDModalView",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"liyebiao1990": "347991555@qq.com"
12
},
13
"platforms": {
14
"ios": "9.0"
15
},
16
"source": {
17
"git": "https://github.com/BrownCN023/DDModalView.git",
18
"tag": "0.1.5"
19
},
20
"source_files": "DDModalView/*.{h,m}",
21
"requires_arc": true,
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"dependencies": {
27
"Masonry": [
28
"~> 1.1.0"
29
]
30
}
31
}