blob: 43f45938dd6bc6bdc7af05c227a51e5561227f57 [file] [log] [blame]
{
"name": "KeyboardStateScroller",
"version": "0.1.1",
"summary": "KeyboardStateScroller is a keyboard listener that will scroll any UIView up if the keyboard is being shown, and vice versa",
"homepage": "https://github.com/IdleHandsApps/KeyboardStateScroller/",
"description": " Two views are registered with KeyboardStateScroller, a scrollingView and a targetView. If the targetView's frame will be intersected by the keyboard, then the scrollingView will be scrolled up the same distance and speed as the keyboard\n",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"source": {
"git": "https://github.com/IdleHandsApps/KeyboardStateScroller.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}