[Add] TensorFlowLiteSwift 0.0.1-nightly.20250111
[CocoaPods.git] / Specs / e / 8 / 0 / KeyboardStateScroller / 0.1.1 / KeyboardStateScroller.podspec.json
blob43f45938dd6bc6bdc7af05c227a51e5561227f57
2   "name": "KeyboardStateScroller",
3   "version": "0.1.1",
4   "summary": "KeyboardStateScroller is a keyboard listener that will scroll any UIView up if the keyboard is being shown, and vice versa",
5   "homepage": "https://github.com/IdleHandsApps/KeyboardStateScroller/",
6   "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",
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.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Classes/*.{h,m}",
19   "public_header_files": "Classes/*.h",
20   "requires_arc": true