blob: 1ecb25b372bcf048ebbc13cb1d62d9c20abe6d84 [file] [log] [blame]
{
"name": "CRInputHandler",
"version": "0.1.3",
"summary": "Inputhandler 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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"InputHandler": [
"Pod/Assets/*.png"
]
}
}