blob: 15ee8ee586df3d7d9cbd9c51374427f99673fa0d [file] [log] [blame]
{
"name": "DYNAlertController",
"version": "1.0.0",
"summary": "A UIAlertController reimplementation with controller containment support.",
"description": "CMNAlertController is an UIAlertController that supports displaying any view controller instead of title and message.\nCMNAlertController 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/WinkyShan/DYNAlertController.git",
"screenshots": "https://github.com/WinkyShan/DYNAlertController/raw/master/assets/DWAlertController_Screens.png?raw=true",
"license": "MIT",
"authors": {
"WinkyShan": "2297971509@qq.com"
},
"source": {
"git": "https://github.com/WinkyShan/DYNAlertController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DYNAlertController/**/*",
"public_header_files": "DYNAlertController/*.h",
"frameworks": "UIKit"
}