blob: 9c9a5799fed8371a2b70fb65173f585bdc8f260d [file] [log] [blame]
{
"name": "AKAlertController",
"version": "1.0.0",
"swift_versions": [
5.0
],
"summary": "Simple fully customizable UIAlertController written in Swift.",
"description": "Simple fully customizable UIAlertController written in Swift. Added the ability to change colors, fonts, etc.",
"homepage": "https://github.com/akaraul/AKAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akaraul": "akaraul@yandex.ru"
},
"source": {
"git": "https://github.com/akaraul/AKAlertController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"source_files": "AKAlertController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"TinyConstraints": [
"~> 4.0"
]
},
"swift_version": "5.0"
}