blob: f815e219a6b149f273ba22771163399ec5b77f84 [file] [log] [blame]
{
"name": "WSAlertController",
"version": "0.0.2",
"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.2"
},
"source_files": [
"WSAlertController/**/*.swift",
"WSAlertController/WSAlertController.h"
],
"resources": [
"WSAlertController/*.xcassets",
"WSAlertController/*.xib"
],
"requires_arc": true,
"swift_version": "5.0",
"deprecated": true
}