4 "summary": "UIAlertView replacement that can embed custom content views, is fully themable and let's you use a delegate and/or blocks.",
5 "description": " DLAlertView is an API-compatible UIAlertView replacement that can embed custom content views, is fully themable and let's you use a delegate and/or blocks.\n\n ## Features\n\n * Same API as `UIAlertView` (+ much, much more!).\n * Use delegates and/or blocks!\n * Animations that match UIAlertView in iOS 7.\n * Default look that matches UIAlertView in iOS 7.\n * Any number of buttons per alert.\n * Any number of textfields per alert.\n * Optional custom content view.\n * Change title/message/contentView while shown.\n * Add textfields while shown.\n * Add buttons while shown.\n * Apply custom themes to your individual alerts.\n * Apply individual themes to your individual textfields.\n * Apply individual themes to your individual buttons.\n * Change themes of alert/textfields/buttons while shown.\n * Crossfade between themes.\n",
6 "homepage": "https://github.com/regexident/DLAlertView",
12 "Vincent Esche": "regexident@gmail.com"
18 "git": "https://github.com/regexident/DLAlertView.git",
21 "source_files": "DLAlertView/Classes/*.{h,m}",