blob: 4d2ceff083077cb85140d211c137569c997c3287 [file] [log] [blame]
{
"name": "HCPCustomAlertController",
"version": "0.2.6",
"summary": "custom alertController same as UIAlertController",
"description": "这是用于自定义弹窗组件,方便用来自定义上面显示的视图,自定义按钮颜色。项目依赖Snapkit和SnapkitArrayExtension,\n依赖的版本都没有设置限制,均为最新",
"homepage": "https://github.com/hpzerozero/HPCustomAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hpzerozero": "fly_dapeng@163.com"
},
"source": {
"git": "https://github.com/hpzerozero/HPCustomAlertController.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HCPCustomAlertController/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"SnapkitArrayExtention": [
]
},
"swift_version": "5.0"
}