blob: a4814978c0566b5ccc4f236bffdbc27ab86f92dc [file] [log] [blame]
{
"name": "STAlertView",
"version": "0.1.0",
"summary": "Wrapper of the native UIAlertView that work with blocks",
"description": " Do you like to use the UIAlertViewDelegate for each UIAlertView? Specially when there are more than one at the same view controller. With STAlertView, you will be able to define the behavior of Yes/No with a block, at the same place you \n create the alert view. This will increase the readability of your code.\n",
"homepage": "https://github.com/nmaletm/STAlertView",
"screenshots": [
"https://raw.githubusercontent.com/nmaletm/STAlertView/master/Screenshots/screenshot.png",
"https://raw.githubusercontent.com/nmaletm/STAlertView/master/Screenshots/screenshot2.png"
],
"license": "MIT",
"authors": {
"Nestor Malet": "nmaletm@gmail.com"
},
"source": {
"git": "https://github.com/nmaletm/STAlertView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"STAlertView": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}