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