[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / d / 1 / 9 / DWAlertController / 0.2.1 / DWAlertController.podspec.json
bloba574ced48e107394a3e725673c261d0c6f2f8768
2   "name": "DWAlertController",
3   "version": "0.2.1",
4   "summary": "A UIAlertController reimplementation with controller containment support.",
5   "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.",
6   "homepage": "https://github.com/podkovyrin/DWAlertController",
7   "screenshots": "https://github.com/podkovyrin/DWAlertController/raw/master/assets/DWAlertController_Screens.png?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Andrew Podkovyrin": "podkovyrin@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/podkovyrin/DWAlertController.git",
14     "tag": "0.2.1"
15   },
16   "social_media_url": "https://twitter.com/podkovyr",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "DWAlertController/**/*",
21   "public_header_files": "DWAlertController/*.h",
22   "frameworks": "UIKit"