blob: a97a021450256165d298aa1fadd4dd826adfc3f3 [file] [log] [blame]
{
"name": "DDModal",
"version": "1.0.11",
"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.11"
},
"public_header_files": "DDModal/DDModal.h",
"source_files": "DDModal/DDModal.h",
"resources": "DDModal/Resources/DDModal.bundle",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Masonry": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "DDModal/Core/*.{h,m}"
},
{
"name": "DDSimpleDate",
"dependencies": {
"DDModal/Core": [
]
},
"source_files": "DDModal/DDSimpleDate/*.{h,m}"
}
]
}