blob: 4666b0807ef43bc8e4a187efdc58889ec52e33d2 [file] [log] [blame]
{
"name": "IHKeyboardAvoiding",
"version": "1.1.1",
"summary": "IHKeyboardAvoiding is an elegant solution for keeping any UIView visible when the keyboard is being shown",
"homepage": "https://github.com/IdleHandsApps/IHKeyboardAvoiding/",
"description": " IHKeyboardAvoiding will translate any UIView up when the keyboard is being shown, then return it when the keyboard is hidden.\n\nTwo views are registered with IHKeyboardAvoiding, the 'avoiding' UIView which is moved, and one or more 'target' UIViews which will be kept visible above the keyboard. If a target view's frame will be intersected by the keyboard, then the avoiding view will move up, keeping the target view just above the keyboard.\n\nWhat sets IHKeyboardAvoiding apart from other keyboard avoiding solutions is that it doesn't require placing your content in a UIScrollView. No scroll view is used. And it isn't restricted to keeping UITextFields visible, instead any UIView can be a target which will be kept visible\n\nIf Autolayout is used then the constraints are animated, otherwise a CGAffine translation is done\n",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"source": {
"git": "https://github.com/IdleHandsApps/IHKeyboardAvoiding.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}