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