blob: 539933df7928b144b54b93392dd7f7780df10422 [file] [log] [blame]
{
"name": "HCPCustomAlertController",
"version": "0.1.8",
"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.1.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "HCPCustomAlertController/Classes/**/*",
"swift_versions": "4.0",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"SnapkitArrayExtention": [
]
},
"swift_version": "4.0"
}