blob: 568fe9dc76a4d7050416e0c6b510b3fc751fba0a [file] [log] [blame]
{
"name": "QBKeyboardHandler",
"version": "0.2.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.2.1"
},
"source_files": [
"BaseViewController",
"BaseViewController/*.{h,m}"
],
"requires_arc": true
}