blob: 18047493a21d66c1f755a3b50ccc547c76d8e0b1 [file] [log] [blame]
{
"name": "DDModalView",
"version": "0.0.5",
"summary": "弹出框alert、action及自定义。",
"homepage": "https://github.com/BrownCN023/DDModalView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyebiao1990": "347991555@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BrownCN023/DDModalView.git",
"tag": "0.0.5"
},
"source_files": "DDModalView/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}