blob: ac376ae292715427107adb3a083535bd61df9c84 [file] [log] [blame]
{
"name": "InputHandler",
"version": "0.1.0",
"summary": "Input handler is a helper library that facilitates set on focus an input like UITextField or UITextView in your iOS application.",
"description": " InputHandler lets manage correctly the keyboard when user taps over an input. Also this class manages the keyboard hiding when user tap outside of input.\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/riosc/InputHandler",
"license": "MIT",
"authors": {
"Carlos Rios": "rioscarlosd@gmail.com"
},
"source": {
"git": "https://github.com/riosc/InputHandler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"InputHandler": [
"Pod/Assets/*.png"
]
}
}