blob: 19b801d8f5538407fa391e2136d232d455014e41 [file] [log] [blame]
{
"name": "QBKeyboardHandler",
"version": "0.1",
"summary": "iOS keyboard handler view controller",
"description": "iOS keyboard handler view controller\nHandles keyboard hide in outside click.\nHandles Next button in keyboard.\nHandles Return button in keyboard.\nHandles keyboard hides some portion of content issue.",
"homepage": "https://github.com/sakkeerhussain/QBKeyboardHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sakkeer Hussain": "sakkeerhussainp@gmail.com",
"Sumesh Sivan": "sumeshshivan@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sakkeerhussain/QBKeyboardHandler.git",
"tag": "0.1"
},
"source_files": [
"BaseViewController",
"BaseViewController/*.{h,m}"
],
"requires_arc": true
}