blob: 2a3a793838665e7596f2c3cddc650554bde13028 [file] [log] [blame]
{
"name": "VKAlertController",
"version": "1.0.0",
"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",
"screenshots": [
"https://raw.githubusercontent.com/sanctovali/VKAlertController/assets/actionSheet.png",
"https://raw.githubusercontent.com/sanctovali/VKAlertController/assets/cancel.png",
"https://raw.githubusercontent.com/sanctovali/VKAlertController/assets/systemTeal.png"
],
"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.0"
},
"source_files": "Sources/VKAlertController/*.{swift}",
"swift_version": "5.0"
}