4 "summary": "AlertView helper with blocks and a simple to use API. Uses UIAlertController in iOS 8+, UIAlertView otherwise.",
5 "description": "AlertView helper that uses blocks to handle its callback.\n\n * If your deployment target is eariler than iOS 8, this will use UIAlertView\n * If your deployment target is iOS 8 or above, this will use the new UIAlertController",
6 "homepage": "https://github.com/AliSoftware/OHAlertView",
9 "Olivier Halligon": "olivier.halligon+ae@gmail.com"
12 "git": "https://github.com/AliSoftware/OHAlertView.git",
15 "source_files": "OHAlertView/*.{m,h}",
16 "public_header_files": "OHAlertView/*.h",