blob: bf7ca2bb59bb02e7684bd743d1c3aaac7161aa24 [file] [log] [blame]
{
"name": "OHAlertView",
"version": "3.0.1",
"summary": "AlertView helper with blocks and a simple to use API. Uses UIAlertController in iOS 8+, UIAlertView otherwise.",
"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",
"homepage": "https://github.com/AliSoftware/OHAlertView",
"license": "MIT",
"authors": {
"Olivier Halligon": "olivier.halligon+ae@gmail.com"
},
"source": {
"git": "https://github.com/AliSoftware/OHAlertView.git",
"tag": "3.0.1"
},
"source_files": "OHAlertView/*.{m,h}",
"public_header_files": "OHAlertView/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}