blob: 5c59be6f90fa101bac3575038e349ea337fb3a8e [file] [log] [blame]
{
"name": "ZVAlertController",
"version": "0.0.4",
"summary": "A pure swift alert",
"swift_versions": "5.1",
"description": "ZVAlertController is a custom swift alert controller",
"homepage": "https://github.com/zevwings/ZVAlertController",
"license": "Apache",
"authors": {
"zevwings": "zevwings@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zevwings/ZVAlertController.git",
"tag": "0.0.4"
},
"source_files": [
"ZVAlertController/**/*.swift",
"ZVAlertController/ZVAlertController.h"
],
"resources": [
"ZVAlertController/*.xcassets",
"ZVAlertController/*.xib"
],
"requires_arc": true,
"swift_version": "5.1"
}