[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 0 / KeyboardStateScroller / 0.1.0 / KeyboardStateScroller.podspec.json
blob6b47baee219320f63c01915054d03a6d08404ce5
2   "name": "KeyboardStateScroller",
3   "version": "0.1.0",
4   "summary": "KeyboardStateScroller is a keyboard listener that will scroll any UIView up if the keyboard is being shown, and vice versa",
5   "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",
6   "homepage": "http://www.postar.me",
7   "license": "MIT",
8   "authors": {
9     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
10   },
11   "source": {
12     "git": "https://github.com/IdleHandsApps/KeyboardStateScroller.git",
13     "tag": "0.1.0"
14   },
15   "source_files": "Classes",
16   "public_header_files": "Classes/*.h",
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true