blob: 365dc5bc31336fc9fb09b2cb62b871771a713436 [file] [log] [blame]
{
"name": "PREventHandler",
"version": "0.1",
"summary": "Use alert views and action sheets to handle events gracefully with block methods.",
"homepage": "https://github.com/Elethom/PREventHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elethom Hunter": "elethomhunter@gmail.com"
},
"social_media_url": "http://twitter.com/ElethomHunter",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Elethom/PREventHandler.git",
"tag": "0.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/PREventHandler.h",
"resource_bundles": {
"PREventHandler": [
"*.lproj"
]
},
"requires_arc": true
}