[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / c / IHKeyboardAvoiding / 3.6 / IHKeyboardAvoiding.podspec.json
blobefb8a9103208a8ad9b5ff2bc35a387b3f786bd1e
2   "name": "IHKeyboardAvoiding",
3   "version": "3.6",
4   "summary": "IHKeyboardAvoiding is an elegant solution for keeping any UIView visible when the keyboard is being shown",
5   "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 avoidingView which is moved, and one or more targetViews which will trigger the avoiding. If a targetViews frame will be intersected by the keyboard, then the avoidingView will move up 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",
6   "homepage": "https://github.com/IdleHandsApps/IHKeyboardAvoiding/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/IdleHandsApps/IHKeyboardAvoiding.git",
18     "tag": "3.6"
19   },
20   "source_files": "Sources/*.swift",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0"