blob: 9217356396ea9e06c2794c8e68c01eee737260e0 [file] [log] [blame]
{
"name": "ZVAlertController",
"module_name": "AlertController",
"version": "0.0.3",
"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.3"
},
"source_files": [
"ZVAlertController/**/*.swift",
"ZVAlertController/ZVAlertController.h"
],
"resources": [
"ZVAlertController/*.xcassets",
"ZVAlertController/*.xib"
],
"requires_arc": true,
"swift_version": "5.1"
}