blob: 5926789d624e206c258bd2695b3dfc2c08cce01a [file] [log] [blame]
{
"name": "KZAlertView",
"version": "1.0.0",
"summary": "KZAlertView, UI基于 FCAlertView",
"description": "KZAlertView, UI基于 FCAlertView, 使用Swift 重构 FCAlertView. 适配系统黑暗模式",
"homepage": "https://github.com/kagenZhao/KZAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"赵国庆": "kagen@kagenz.com"
},
"source": {
"git": "https://github.com/kagenZhao/KZAlertView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "KZAlertView/Classes/**/*",
"resource_bundles": {
"KZAlertView": [
"KZAlertView/Assets/*.png"
]
},
"dependencies": {
"SnapKit": [
]
},
"swift_version": "5.0"
}