blob: c18db0527eeb889b37747311f81592cf65f87782 [file] [log] [blame]
{
"name": "CMNAlertController",
"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/CMNAlertController.git",
"screenshots": "https://github.com/WinkyShan/CMNAlertController/raw/master/assets/DWAlertController_Screens.png?raw=true",
"license": "MIT",
"authors": {
"WinkyShan": "2297971509@qq.com"
},
"source": {
"git": "https://github.com/WinkyShan/CMNAlertController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CMNAlertController/**/*",
"public_header_files": "CMNAlertController/*.h",
"frameworks": "UIKit"
}