blob: a574ced48e107394a3e725673c261d0c6f2f8768 [file] [log] [blame]
{
"name": "DWAlertController",
"version": "0.2.1",
"summary": "A UIAlertController reimplementation with controller containment support.",
"description": "DWAlertController is an UIAlertController that supports displaying any view controller instead of title and message.\nDWAlertController fully copies the look and feel of UIAlertController and has the same API.\nSupported features: iPhone / iPad compatible, Dynamic Type, Accessibility, Dark Mode, rotation, tinting action buttons and many more.",
"homepage": "https://github.com/podkovyrin/DWAlertController",
"screenshots": "https://github.com/podkovyrin/DWAlertController/raw/master/assets/DWAlertController_Screens.png?raw=true",
"license": "MIT",
"authors": {
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"source": {
"git": "https://github.com/podkovyrin/DWAlertController.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "9.0"
},
"source_files": "DWAlertController/**/*",
"public_header_files": "DWAlertController/*.h",
"frameworks": "UIKit"
}