blob: e813d6a129ce34f45da94075f67524f5ed9c3507 [file] [log] [blame]
{
"name": "OHAlertView",
"platforms": {
"ios": "4.0"
},
"version": "2.1.0",
"summary": "UIAlertView subclass that uses blocks to handle its callback (which make the code much more easier and readable).",
"description": " UIAlertView subclass that uses blocks to handle the code to execute after the user tapped a button.\n \n No need to implement a delegate method anymore,\n and this makes it much more easier to manage especially when you use multiple AlertView in the same class.\n \n This class also allows you to handle AlertViews with a timeout\n (it simulates a tap on the button you specify after a given number of seconds)\n",
"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": "2.1.0"
},
"source_files": "OHAlertView/*.{m,h}",
"public_header_files": "OHAlertView/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}