blob: 947cc214d246ac6cd076c71f506bbcdc39cc85ec [file] [log] [blame]
{
"name": "VKAlertController",
"version": "1.0.1",
"summary": "VKAlertController is a simple but nice alternative to the Apple's UIAlertController.",
"description": "VKAlertController is a simple but nice alternative to the Apple's UIAlertController. The alert has fully customazible appearance and similar to UIAlertController usage.",
"homepage": "https://github.com/sanctovali/VKAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sanctovali": "sanctovali@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/sanctovali/VKAlertController.git",
"tag": "1.0.1"
},
"source_files": "Sources/VKAlertController/**/*.{swift}",
"swift_version": "5.0"
}