blob: 525a04a131c56bd4d5ff60ff39c420504c21e74a [file] [log] [blame]
{
"name": "SWCommonAlert",
"version": "0.0.2",
"summary": "在 CFAlertViewController 的基础上封装的便利的方法",
"description": "根据平时项目的需要在 CFAlertViewController 的基础上封装的便利的方法",
"homepage": "https://github.com/547/SWAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Seven Wang",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/547/SWAlert.git",
"tag": "0.0.2"
},
"source_files": [
"SWAlert",
"SWAlert/**/*.{h,m,swift}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CFAlertViewController": [
"~> 3.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}