blob: 6b47baee219320f63c01915054d03a6d08404ce5 [file] [log] [blame]
{
"name": "KeyboardStateScroller",
"version": "0.1.0",
"summary": "KeyboardStateScroller is a keyboard listener that will scroll any UIView up if the keyboard is being shown, and vice versa",
"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",
"homepage": "http://www.postar.me",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"source": {
"git": "https://github.com/IdleHandsApps/KeyboardStateScroller.git",
"tag": "0.1.0"
},
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}