blob: 82b198804c6490474a032bef986205831229c353 [file] [log] [blame]
{
"name": "WMZDialog",
"version": "1.0.0",
"license": "MIT",
"summary": "功能最多样式最多的弹窗,支持自定义视图,链式编程调用",
"description": "普通弹窗 选择弹窗 时间选择弹窗 地区选择弹窗等\n注:Building Settings设置CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF为NO可以消除链 式编程的警告",
"homepage": "https://github.com/wwmz/WMZDialog",
"authors": {
"wmz": "925457662@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/wwmz/WMZDialog.git",
"tag": "1.0.0"
},
"source_files": "WMZDialog/WMZDialog/**/*.{h,m}",
"resources": "WMZDialog/WMZDialog/WMZDialog.bundle",
"frameworks": "UIKit",
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}