blob: 869115a3993e2cebdb801aa1703fd8fb0a7250cd [file] [log] [blame]
{
"name": "DDModal",
"version": "1.0.2",
"summary": "弹窗",
"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": "1.0.2"
},
"source_files": [
"DDModal/*.h",
"DDModal/**/*.{h,m}"
],
"resources": "DDModal/Resources/DDModal.bundle",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Masonry": [
]
}
}